#8DA2CB

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

Shades of Polo Blue #8DA2CB

Tints of Polo Blue #8DA2CB

Color information

#8DA2CB (or 0x8DA2CB) is unknown color: approx Polo Blue. HEX triplet: 8D, A2 and CB. RGB value is (141,162,203). Sum of RGB (Red+Green+Blue) = 141+162+203=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DA2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA2CB is #725D34. Grayscale: #A0A0A0. Windows color (decimal): -7494965 or 13345421. OLE color: 13345421.

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

Color convert

RGB141162203-
CMYK0.310.2000.20
HSL219.68º37.35%67.45%-
HSV(B)219.68º30.54%79.61%-
XYZ34.6835.8261.58-
YUV160.39152.04114.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.87%
GREEN value IS 162 (63.67% from 255) = 32.02%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=27.87%
G=32.02%
B=40.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411622030.310.2000.20219.6837.3567.45
Hex8DA2CB1F14014dc2543
Octal215242313372402433445103
Binary1000110110100010110010111111110100010100110111001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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