#8FA9DD

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

Shades of Polo Blue #8FA9DD

Tints of Polo Blue #8FA9DD

Color information

#8FA9DD (or 0x8FA9DD) is unknown color: approx Polo Blue. HEX triplet: 8F, A9 and DD. RGB value is (143,169,221). Sum of RGB (Red+Green+Blue) = 143+169+221=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FA9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA9DD is #705622. Grayscale: #A6A6A6. Windows color (decimal): -7362083 or 14526863. OLE color: 14526863.

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

Color convert

RGB143169221-
CMYK0.350.2400.13
HSL220º53.42%71.37%-
HSV(B)220º35.29%86.67%-
XYZ38.5739.4473.99-
YUV167.15158.39110.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.83%
GREEN value IS 169 (66.41% from 255) = 31.71%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=26.83%
G=31.71%
B=41.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431692210.350.2400.1322053.4271.37
Hex8FA9DD23180Ddc3547
Octal217251335433001533465107
Binary1000111110101001110111011000111100001101110111001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,169,221); }

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

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

 a { background-color: rgb(143,169,221); }

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

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

 span { border-color: rgb(143,169,221); }

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