#8DA4CB

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

Shades of Polo Blue #8DA4CB

Tints of Polo Blue #8DA4CB

Color information

#8DA4CB (or 0x8DA4CB) is unknown color: approx Polo Blue. HEX triplet: 8D, A4 and CB. RGB value is (141,164,203). Sum of RGB (Red+Green+Blue) = 141+164+203=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DA4CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA4CB is #725B34. Grayscale: #A1A1A1. Windows color (decimal): -7494453 or 13345933. OLE color: 13345933.

HSL color Cylindrical-coordinate representation of color #8DA4CB: hue angle of 217.74º 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 #8DA4CB is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141164203-
CMYK0.310.1900.20
HSL217.74º37.35%67.45%-
HSV(B)217.74º30.54%79.61%-
XYZ35.0436.5361.7-
YUV161.57151.38113.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.76%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=27.76%
G=32.28%
B=39.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411642030.310.1900.20217.7437.3567.45
Hex8DA4CB1F13014da2543
Octal215244313372302433245103
Binary1000110110100100110010111111110011010100110110101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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