Shades of Polo Blue #8FA3C5
Tints of Polo Blue #8FA3C5
RGB
CMYK
RGB Variations
Color information
#8FA3C5 (or 0x8FA3C5) is known color: Polo Blue. HEX triplet: 8F, A3 and C5. RGB value is (143,163,197). Sum of RGB (Red+Green+Blue) = 143+163+197=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 197 - color contains mainly: blue. Hex color #8FA3C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA3C5 is #705C3A. Grayscale: #A0A0A0. Windows color (decimal): -7363643 or 12952463. OLE color: 12952463.
HSL color Cylindrical-coordinate representation of color #8FA3C5: hue angle of 217.78º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FA3C5 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 163 | 197 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.23 |
| HSL | 217.78º | 0.32% | 0.67% | - |
| HSV(B) | 217.78º | 0.27% | 0.77% | - |
| XYZ | 34.5 | 36.07 | 57.97 | - |
| YUV | 160.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 197 | 0.27 | 0.17 | 0 | 0.23 | 217.78 | 0.32 | 0.67 |
| Hex | 8F | A3 | C5 | 1B | 11 | 0 | 17 | DA | 20 | 43 |
| Octal | 217 | 243 | 305 | 33 | 21 | 0 | 27 | 332 | 40 | 103 |
| Binary | 10001111 | 10100011 | 11000101 | 11011 | 10001 | 0 | 10111 | 11011010 | 100000 | 1000011 |
Color Harmonies of #8FA3C5
Complementary color
Monochromatic Colors of #8FA3C5
Black with #8FA3C5
Text Example
Text Example
White with #8FA3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA3C5; }
p { color: rgb(143,163,197); }
H1.HeaderClassName
{
color: #8FA3C5;
}
.AnyTagClassName
{
color: #8FA3C5;
}
</style>
background-color css
<style>
a { background-color: #8FA3C5; }
a { background-color: rgb(143,163,197); }
div.DivClassName
{
background-color: #8FA3C5;
}
.BgClassName
{
background-color: #8FA3C5;
}
</style>
border-color css
<style>
span { border-color: #8FA3C5; }
span { border-color: rgb(143,163,197); }
td.TdClassName
{
border-color: #8FA3C5;
}
.TagClassName
{
border-color: #8FA3C5;
}
</style>