#8FA7DB

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

Shades of Polo Blue #8FA7DB

Tints of Polo Blue #8FA7DB

Color information

#8FA7DB (or 0x8FA7DB) is unknown color: approx Polo Blue. HEX triplet: 8F, A7 and DB. RGB value is (143,167,219). Sum of RGB (Red+Green+Blue) = 143+167+219=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FA7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA7DB is #705824. Grayscale: #A5A5A5. Windows color (decimal): -7362597 or 14395279. OLE color: 14395279.

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

Color convert

RGB143167219-
CMYK0.350.2400.14
HSL221.05º51.35%70.98%-
HSV(B)221.05º34.7%85.88%-
XYZ37.9338.5972.47-
YUV165.75158.05111.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.03%
GREEN value IS 167 (65.62% from 255) = 31.57%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=27.03%
G=31.57%
B=41.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431672190.350.2400.14221.0551.3570.98
Hex8FA7DB23180Edd3347
Octal217247333433001633563107
Binary1000111110100111110110111000111100001110110111011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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