#8DA9DE

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

Shades of Polo Blue #8DA9DE

Tints of Polo Blue #8DA9DE

Color information

#8DA9DE (or 0x8DA9DE) is unknown color: approx Polo Blue. HEX triplet: 8D, A9 and DE. RGB value is (141,169,222). Sum of RGB (Red+Green+Blue) = 141+169+222=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #8DA9DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA9DE is #725621. Grayscale: #A6A6A6. Windows color (decimal): -7493154 or 14592397. OLE color: 14592397.

HSL color Cylindrical-coordinate representation of color #8DA9DE: hue angle of 219.26º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DA9DE is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141169222-
CMYK0.360.2400.13
HSL219.26º55.1%71.18%-
HSV(B)219.26º36.49%87.06%-
XYZ38.3639.3174.67-
YUV166.67159.22109.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.50%
GREEN value IS 169 (66.41% from 255) = 31.77%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=26.50%
G=31.77%
B=41.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411692220.360.2400.13219.2655.171.18
Hex8DA9DE24180Ddb3747
Octal215251336443001533367107
Binary1000110110101001110111101001001100001101110110111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,169,222); }

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

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

 a { background-color: rgb(141,169,222); }

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

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

 span { border-color: rgb(141,169,222); }

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