#8DA0DB

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

Shades of Portage #8DA0DB

Tints of Portage #8DA0DB

Color information

#8DA0DB (or 0x8DA0DB) is unknown color: approx Portage. HEX triplet: 8D, A0 and DB. RGB value is (141,160,219). Sum of RGB (Red+Green+Blue) = 141+160+219=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA0DB is #725F24. Grayscale: #A0A0A0. Windows color (decimal): -7495461 or 14393485. OLE color: 14393485.

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

Color convert

RGB141160219-
CMYK0.360.2700.14
HSL225.38º52%70.59%-
HSV(B)225.38º35.62%85.88%-
XYZ36.3435.9272.04-
YUV161.04160.71113.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.12%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=27.12%
G=30.77%
B=42.12%

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
Decimal1411602190.360.2700.14225.385270.59
Hex8DA0DB241B0Ee13447
Octal215240333443301634164107
Binary1000110110100000110110111001001101101110111000011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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