#8CA2DE

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

Shades of Portage #8CA2DE

Tints of Portage #8CA2DE

Color information

#8CA2DE (or 0x8CA2DE) is unknown color: approx Portage. HEX triplet: 8C, A2 and DE. RGB value is (140,162,222). Sum of RGB (Red+Green+Blue) = 140+162+222=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #8CA2DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA2DE is #735D21. Grayscale: #A2A2A2. Windows color (decimal): -7560482 or 14590604. OLE color: 14590604.

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

Color convert

RGB140162222-
CMYK0.370.2700.13
HSL223.9º55.41%70.98%-
HSV(B)223.9º36.94%87.06%-
XYZ36.9236.6974.24-
YUV162.26161.71112.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.72%
GREEN value IS 162 (63.67% from 255) = 30.92%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=26.72%
G=30.92%
B=42.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401622220.370.2700.13223.955.4170.98
Hex8CA2DE251B0De03747
Octal214242336453301534067107
Binary1000110010100010110111101001011101101101111000001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,162,222); }

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

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

 a { background-color: rgb(140,162,222); }

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

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

 span { border-color: rgb(140,162,222); }

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