Shades of Polo Blue #8FA5C5
Tints of Polo Blue #8FA5C5
RGB
CMYK
RGB Variations
Color information
#8FA5C5 (or 0x8FA5C5) is known color: Polo Blue. HEX triplet: 8F, A5 and C5. RGB value is (143,165,197). Sum of RGB (Red+Green+Blue) = 143+165+197=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 197 - color contains mainly: blue. Hex color #8FA5C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA5C5 is #705A3A. Grayscale: #A1A1A1. Windows color (decimal): -7363131 or 12952975. OLE color: 12952975.
HSL color Cylindrical-coordinate representation of color #8FA5C5: hue angle of 215.56º 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 #8FA5C5 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 165 | 197 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.23 |
| HSL | 215.56º | 0.32% | 0.67% | - |
| HSV(B) | 215.56º | 0.27% | 0.77% | - |
| XYZ | 34.86 | 36.78 | 58.09 | - |
| YUV | 162.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 165 | 197 | 0.27 | 0.16 | 0 | 0.23 | 215.56 | 0.32 | 0.67 |
| Hex | 8F | A5 | C5 | 1B | 10 | 0 | 17 | D8 | 20 | 43 |
| Octal | 217 | 245 | 305 | 33 | 20 | 0 | 27 | 330 | 40 | 103 |
| Binary | 10001111 | 10100101 | 11000101 | 11011 | 10000 | 0 | 10111 | 11011000 | 100000 | 1000011 |
Color Harmonies of #8FA5C5
Complementary color
Monochromatic Colors of #8FA5C5
Black with #8FA5C5
Text Example
Text Example
White with #8FA5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA5C5; }
p { color: rgb(143,165,197); }
H1.HeaderClassName
{
color: #8FA5C5;
}
.AnyTagClassName
{
color: #8FA5C5;
}
</style>
background-color css
<style>
a { background-color: #8FA5C5; }
a { background-color: rgb(143,165,197); }
div.DivClassName
{
background-color: #8FA5C5;
}
.BgClassName
{
background-color: #8FA5C5;
}
</style>
border-color css
<style>
span { border-color: #8FA5C5; }
span { border-color: rgb(143,165,197); }
td.TdClassName
{
border-color: #8FA5C5;
}
.TagClassName
{
border-color: #8FA5C5;
}
</style>