#8DA0DC

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

Shades of Portage #8DA0DC

Tints of Portage #8DA0DC

Color information

#8DA0DC (or 0x8DA0DC) is unknown color: approx Portage. HEX triplet: 8D, A0 and DC. RGB value is (141,160,220). Sum of RGB (Red+Green+Blue) = 141+160+220=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DA0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA0DC is #725F23. Grayscale: #A0A0A0. Windows color (decimal): -7495460 or 14459021. OLE color: 14459021.

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

Color convert

RGB141160220-
CMYK0.360.2700.14
HSL225.57º53.02%70.78%-
HSV(B)225.57º35.91%86.27%-
XYZ36.4735.9772.73-
YUV161.16161.21113.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=27.06%
G=30.71%
B=42.23%

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
Decimal1411602200.360.2700.14225.5753.0270.78
Hex8DA0DC241B0Ee23547
Octal215240334443301634265107
Binary1000110110100000110111001001001101101110111000101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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