#8DA5CD

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

Shades of Polo Blue #8DA5CD

Tints of Polo Blue #8DA5CD

Color information

#8DA5CD (or 0x8DA5CD) is unknown color: approx Polo Blue. HEX triplet: 8D, A5 and CD. RGB value is (141,165,205). Sum of RGB (Red+Green+Blue) = 141+165+205=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DA5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA5CD is #725A32. Grayscale: #A2A2A2. Windows color (decimal): -7494195 or 13477261. OLE color: 13477261.

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

Color convert

RGB141165205-
CMYK0.310.2000.20
HSL217.5º39.02%67.84%-
HSV(B)217.5º31.22%80.39%-
XYZ35.4636.9863.03-
YUV162.38152.05112.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.59%
GREEN value IS 165 (64.84% from 255) = 32.29%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=27.59%
G=32.29%
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
Decimal1411652050.310.2000.20217.539.0267.84
Hex8DA5CD1F14014da2744
Octal215245315372402433247104
Binary1000110110100101110011011111110100010100110110101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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