#8DA0CB

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

Shades of Polo Blue #8DA0CB

Tints of Polo Blue #8DA0CB

Color information

#8DA0CB (or 0x8DA0CB) is unknown color: approx Polo Blue. HEX triplet: 8D, A0 and CB. RGB value is (141,160,203). Sum of RGB (Red+Green+Blue) = 141+160+203=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA0CB is #725F34. Grayscale: #9F9F9F. Windows color (decimal): -7495477 or 13344909. OLE color: 13344909.

HSL color Cylindrical-coordinate representation of color #8DA0CB: hue angle of 221.61º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DA0CB is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141160203-
CMYK0.310.2100.20
HSL221.61º37.35%67.45%-
HSV(B)221.61º30.54%79.61%-
XYZ34.3335.1261.47-
YUV159.22152.71115-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.98%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=27.98%
G=31.75%
B=40.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411602030.310.2100.20221.6137.3567.45
Hex8DA0CB1F15014de2543
Octal215240313372502433645103
Binary1000110110100000110010111111110101010100110111101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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