#8DA1DB

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

Shades of Portage #8DA1DB

Tints of Portage #8DA1DB

Color information

#8DA1DB (or 0x8DA1DB) is unknown color: approx Portage. HEX triplet: 8D, A1 and DB. RGB value is (141,161,219). Sum of RGB (Red+Green+Blue) = 141+161+219=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DA1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA1DB is #725E24. Grayscale: #A1A1A1. Windows color (decimal): -7495205 or 14393741. OLE color: 14393741.

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

Color convert

RGB141161219-
CMYK0.360.2600.14
HSL224.62º52%70.59%-
HSV(B)224.62º35.62%85.88%-
XYZ36.5236.2772.09-
YUV161.63160.37113.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=27.06%
G=30.90%
B=42.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411612190.360.2600.14224.625270.59
Hex8DA1DB241A0Ee13447
Octal215241333443201634164107
Binary1000110110100001110110111001001101001110111000011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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