#8DA7C1

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

Shades of Polo Blue #8DA7C1

Tints of Polo Blue #8DA7C1

Color information

#8DA7C1 (or 0x8DA7C1) is unknown color: approx Polo Blue. HEX triplet: 8D, A7 and C1. RGB value is (141,167,193). Sum of RGB (Red+Green+Blue) = 141+167+193=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #8DA7C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA7C1 is #72583E. Grayscale: #A2A2A2. Windows color (decimal): -7493695 or 12691341. OLE color: 12691341.

HSL color Cylindrical-coordinate representation of color #8DA7C1: hue angle of 210º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DA7C1 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB141167193-
CMYK0.270.1300.24
HSL210º29.55%65.49%-
HSV(B)210º26.94%75.69%-
XYZ34.4337.1555.81-
YUV162.19145.39112.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.14%
GREEN value IS 167 (65.62% from 255) = 33.33%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=28.14%
G=33.33%
B=38.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411671930.270.1300.2421029.5565.49
Hex8DA7C11BD018d21e41
Octal215247301331503032236101
Binary10001101101001111100000111011110101100011010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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