#8CA0DB

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

Shades of Portage #8CA0DB

Tints of Portage #8CA0DB

Color information

#8CA0DB (or 0x8CA0DB) is unknown color: approx Portage. HEX triplet: 8C, A0 and DB. RGB value is (140,160,219). Sum of RGB (Red+Green+Blue) = 140+160+219=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA0DB is #735F24. Grayscale: #A0A0A0. Windows color (decimal): -7560997 or 14393484. OLE color: 14393484.

HSL color Cylindrical-coordinate representation of color #8CA0DB: hue angle of 224.81º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CA0DB is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140160219-
CMYK0.360.2700.14
HSL224.81º52.32%70.39%-
HSV(B)224.81º36.07%85.88%-
XYZ36.1735.8372.03-
YUV160.75160.87113.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.97%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 219 (85.94% from 255) = 42.20%
R=26.97%
G=30.83%
B=42.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401602190.360.2700.14224.8152.3270.39
Hex8CA0DB241B0Ee13446
Octal214240333443301634164106
Binary1000110010100000110110111001001101101110111000011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,160,219); }

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

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

 a { background-color: rgb(140,160,219); }

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

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

 span { border-color: rgb(140,160,219); }

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