#8DA1CD

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

Shades of Polo Blue #8DA1CD

Tints of Polo Blue #8DA1CD

Color information

#8DA1CD (or 0x8DA1CD) is unknown color: approx Polo Blue. HEX triplet: 8D, A1 and CD. RGB value is (141,161,205). Sum of RGB (Red+Green+Blue) = 141+161+205=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DA1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA1CD is #725E32. Grayscale: #9F9F9F. Windows color (decimal): -7495219 or 13476237. OLE color: 13476237.

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

Color convert

RGB141161205-
CMYK0.310.2100.20
HSL221.25º39.02%67.84%-
HSV(B)221.25º31.22%80.39%-
XYZ34.7535.5662.79-
YUV160.04153.37114.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.81%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=27.81%
G=31.76%
B=40.43%

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
Decimal1411612050.310.2100.20221.2539.0267.84
Hex8DA1CD1F15014dd2744
Octal215241315372502433547104
Binary1000110110100001110011011111110101010100110111011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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