#8FA7D8

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

Shades of Polo Blue #8FA7D8

Tints of Polo Blue #8FA7D8

Color information

#8FA7D8 (or 0x8FA7D8) is unknown color: approx Polo Blue. HEX triplet: 8F, A7 and D8. RGB value is (143,167,216). Sum of RGB (Red+Green+Blue) = 143+167+216=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #8FA7D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA7D8 is #705827. Grayscale: #A5A5A5. Windows color (decimal): -7362600 or 14198671. OLE color: 14198671.

HSL color Cylindrical-coordinate representation of color #8FA7D8: hue angle of 220.27º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FA7D8 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB143167216-
CMYK0.340.2300.15
HSL220.27º48.34%70.39%-
HSV(B)220.27º33.8%84.71%-
XYZ37.5438.4370.41-
YUV165.41156.55112.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.19%
GREEN value IS 167 (65.62% from 255) = 31.75%
BLUE value IS 216 (84.77% from 255) = 41.06%
R=27.19%
G=31.75%
B=41.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1431672160.340.2300.15220.2748.3470.39
Hex8FA7D822170Fdc3046
Octal217247330422701733460106
Binary1000111110100111110110001000101011101111110111001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,167,216); }

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

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

 a { background-color: rgb(143,167,216); }

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

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

 span { border-color: rgb(143,167,216); }

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