#8DA7DE

Color #8DA7DE Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8DA7DE

Tints of Portage #8DA7DE

Color information

#8DA7DE (or 0x8DA7DE) is unknown color: approx Portage. HEX triplet: 8D, A7 and DE. RGB value is (141,167,222). Sum of RGB (Red+Green+Blue) = 141+167+222=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #8DA7DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA7DE is #725821. Grayscale: #A5A5A5. Windows color (decimal): -7493666 or 14591885. OLE color: 14591885.

HSL color Cylindrical-coordinate representation of color #8DA7DE: hue angle of 220.74º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DA7DE is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141167222-
CMYK0.360.2500.13
HSL220.74º55.1%71.18%-
HSV(B)220.74º36.49%87.06%-
XYZ37.9938.5774.55-
YUV165.5159.89110.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 26.60%
GREEN value IS 167 (65.62% from 255) = 31.51%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=26.60%
G=31.51%
B=41.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411672220.360.2500.13220.7455.171.18
Hex8DA7DE24190Ddd3747
Octal215247336443101533567107
Binary1000110110100111110111101001001100101101110111011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA7DE; }

 p { color: rgb(141,167,222); }

 H1.HeaderClassName
 {
   color: #8DA7DE;
 }
 .AnyTagClassName
 {
   color: #8DA7DE;
 }
</style>
background-color css

<style>
 a { background-color: #8DA7DE; }

 a { background-color: rgb(141,167,222); }

 div.DivClassName
 {
   background-color: #8DA7DE;
 }
 .BgClassName
 {
   background-color: #8DA7DE;
 }
</style>
border-color css

<style>
 span { border-color: #8DA7DE; }

 span { border-color: rgb(141,167,222); }

 td.TdClassName
 {
   border-color: #8DA7DE;
 }
 .TagClassName
 {
   border-color: #8DA7DE;
 }
</style>