Shades of Polo Blue #8FA3CF
Tints of Polo Blue #8FA3CF
RGB
CMYK
RGB Variations
Color information
#8FA3CF (or 0x8FA3CF) is known color: Polo Blue. HEX triplet: 8F, A3 and CF. RGB value is (143,163,207). Sum of RGB (Red+Green+Blue) = 143+163+207=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FA3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA3CF is #705C30. Grayscale: #A1A1A1. Windows color (decimal): -7363633 or 13607823. OLE color: 13607823.
HSL color Cylindrical-coordinate representation of color #8FA3CF: hue angle of 221.25º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FA3CF is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 163 | 207 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.19 |
| HSL | 221.25º | 0.4% | 0.69% | - |
| HSV(B) | 221.25º | 0.31% | 0.81% | - |
| XYZ | 35.69 | 36.54 | 64.2 | - |
| YUV | 162.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 207 | 0.31 | 0.21 | 0 | 0.19 | 221.25 | 0.4 | 0.69 |
| Hex | 8F | A3 | CF | 1F | 15 | 0 | 13 | DD | 28 | 45 |
| Octal | 217 | 243 | 317 | 37 | 25 | 0 | 23 | 335 | 50 | 105 |
| Binary | 10001111 | 10100011 | 11001111 | 11111 | 10101 | 0 | 10011 | 11011101 | 101000 | 1000101 |
Color Harmonies of #8FA3CF
Complementary color
Monochromatic Colors of #8FA3CF
Black with #8FA3CF
Text Example
Text Example
White with #8FA3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA3CF; }
p { color: rgb(143,163,207); }
H1.HeaderClassName
{
color: #8FA3CF;
}
.AnyTagClassName
{
color: #8FA3CF;
}
</style>
background-color css
<style>
a { background-color: #8FA3CF; }
a { background-color: rgb(143,163,207); }
div.DivClassName
{
background-color: #8FA3CF;
}
.BgClassName
{
background-color: #8FA3CF;
}
</style>
border-color css
<style>
span { border-color: #8FA3CF; }
span { border-color: rgb(143,163,207); }
td.TdClassName
{
border-color: #8FA3CF;
}
.TagClassName
{
border-color: #8FA3CF;
}
</style>