#8DA7CA

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

Shades of Polo Blue #8DA7CA

Tints of Polo Blue #8DA7CA

Color information

#8DA7CA (or 0x8DA7CA) is unknown color: approx Polo Blue. HEX triplet: 8D, A7 and CA. RGB value is (141,167,202). Sum of RGB (Red+Green+Blue) = 141+167+202=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DA7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA7CA is #725835. Grayscale: #A3A3A3. Windows color (decimal): -7493686 or 13281165. OLE color: 13281165.

HSL color Cylindrical-coordinate representation of color #8DA7CA: hue angle of 214.43º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DA7CA is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141167202-
CMYK0.300.1700.21
HSL214.43º36.53%67.25%-
HSV(B)214.43º30.2%79.22%-
XYZ35.4637.5661.26-
YUV163.22149.89112.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.65%
GREEN value IS 167 (65.62% from 255) = 32.75%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=27.65%
G=32.75%
B=39.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411672020.300.1700.21214.4336.5367.25
Hex8DA7CA1E11015d62543
Octal215247312362102532645103
Binary1000110110100111110010101111010001010101110101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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