#8CA4DF

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

Shades of Portage #8CA4DF

Tints of Portage #8CA4DF

Color information

#8CA4DF (or 0x8CA4DF) is unknown color: approx Portage. HEX triplet: 8C, A4 and DF. RGB value is (140,164,223). Sum of RGB (Red+Green+Blue) = 140+164+223=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CA4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA4DF is #735B20. Grayscale: #A3A3A3. Windows color (decimal): -7559969 or 14656652. OLE color: 14656652.

HSL color Cylindrical-coordinate representation of color #8CA4DF: hue angle of 222.65º degrees, saturation: 0.56, 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 #8CA4DF is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140164223-
CMYK0.370.2600.13
HSL222.65º56.46%71.18%-
HSV(B)222.65º37.22%87.45%-
XYZ37.4137.4575.07-
YUV163.55161.55111.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.57%
GREEN value IS 164 (64.45% from 255) = 31.12%
BLUE value IS 223 (87.5% from 255) = 42.31%
R=26.57%
G=31.12%
B=42.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401642230.370.2600.13222.6556.4671.18
Hex8CA4DF251A0Ddf3847
Octal214244337453201533770107
Binary1000110010100100110111111001011101001101110111111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,164,223); }

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

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

 a { background-color: rgb(140,164,223); }

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

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

 span { border-color: rgb(140,164,223); }

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