Shades of Polo Blue #8FA4CD
Tints of Polo Blue #8FA4CD
RGB
CMYK
RGB Variations
Color information
#8FA4CD (or 0x8FA4CD) is known color: Polo Blue. HEX triplet: 8F, A4 and CD. RGB value is (143,164,205). Sum of RGB (Red+Green+Blue) = 143+164+205=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FA4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA4CD is #705B32. Grayscale: #A2A2A2. Windows color (decimal): -7363379 or 13477007. OLE color: 13477007.
HSL color Cylindrical-coordinate representation of color #8FA4CD: hue angle of 219.68º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FA4CD is Cyan = 0.30, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 164 | 205 | - |
| CMYK | 0.30 | 0.2 | 0 | 0.20 |
| HSL | 219.68º | 0.38% | 0.68% | - |
| HSV(B) | 219.68º | 0.3% | 0.8% | - |
| XYZ | 35.62 | 36.8 | 62.98 | - |
| YUV | 162.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 205 | 0.30 | 0.2 | 0 | 0.20 | 219.68 | 0.38 | 0.68 |
| Hex | 8F | A4 | CD | 1E | 14 | 0 | 14 | DC | 26 | 44 |
| Octal | 217 | 244 | 315 | 36 | 24 | 0 | 24 | 334 | 46 | 104 |
| Binary | 10001111 | 10100100 | 11001101 | 11110 | 10100 | 0 | 10100 | 11011100 | 100110 | 1000100 |
Color Harmonies of #8FA4CD
Complementary color
Monochromatic Colors of #8FA4CD
Black with #8FA4CD
Text Example
Text Example
White with #8FA4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA4CD; }
p { color: rgb(143,164,205); }
H1.HeaderClassName
{
color: #8FA4CD;
}
.AnyTagClassName
{
color: #8FA4CD;
}
</style>
background-color css
<style>
a { background-color: #8FA4CD; }
a { background-color: rgb(143,164,205); }
div.DivClassName
{
background-color: #8FA4CD;
}
.BgClassName
{
background-color: #8FA4CD;
}
</style>
border-color css
<style>
span { border-color: #8FA4CD; }
span { border-color: rgb(143,164,205); }
td.TdClassName
{
border-color: #8FA4CD;
}
.TagClassName
{
border-color: #8FA4CD;
}
</style>