#8CA6DF

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

Shades of Portage #8CA6DF

Tints of Portage #8CA6DF

Color information

#8CA6DF (or 0x8CA6DF) is unknown color: approx Portage. HEX triplet: 8C, A6 and DF. RGB value is (140,166,223). Sum of RGB (Red+Green+Blue) = 140+166+223=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CA6DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA6DF is #735920. Grayscale: #A4A4A4. Windows color (decimal): -7559457 or 14657164. OLE color: 14657164.

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

Color convert

RGB140166223-
CMYK0.370.2600.13
HSL221.2º56.46%71.18%-
HSV(B)221.2º37.22%87.45%-
XYZ37.7738.1875.19-
YUV164.72160.89110.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.47%
GREEN value IS 166 (65.23% from 255) = 31.38%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=26.47%
G=31.38%
B=42.16%

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
Decimal1401662230.370.2600.13221.256.4671.18
Hex8CA6DF251A0Ddd3847
Octal214246337453201533570107
Binary1000110010100110110111111001011101001101110111011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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