#8DA7CD

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

Shades of Polo Blue #8DA7CD

Tints of Polo Blue #8DA7CD

Color information

#8DA7CD (or 0x8DA7CD) is unknown color: approx Polo Blue. HEX triplet: 8D, A7 and CD. RGB value is (141,167,205). Sum of RGB (Red+Green+Blue) = 141+167+205=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DA7CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA7CD is #725832. Grayscale: #A3A3A3. Windows color (decimal): -7493683 or 13477773. OLE color: 13477773.

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

Color convert

RGB141167205-
CMYK0.310.1900.20
HSL215.62º39.02%67.84%-
HSV(B)215.62º31.22%80.39%-
XYZ35.8237.7163.15-
YUV163.56151.39111.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.49%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=27.49%
G=32.55%
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
Decimal1411672050.310.1900.20215.6239.0267.84
Hex8DA7CD1F13014d82744
Octal215247315372302433047104
Binary1000110110100111110011011111110011010100110110001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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