Shades of Polo Blue #92A8C7
Tints of Polo Blue #92A8C7
RGB
CMYK
RGB Variations
Color information
#92A8C7 (or 0x92A8C7) is known color: Polo Blue. HEX triplet: 92, A8 and C7. RGB value is (146,168,199). Sum of RGB (Red+Green+Blue) = 146+168+199=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 199 - color contains mainly: blue. Hex color #92A8C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A8C7 is #6D5738. Grayscale: #A4A4A4. Windows color (decimal): -7165753 or 13084818. OLE color: 13084818.
HSL color Cylindrical-coordinate representation of color #92A8C7: hue angle of 215.09º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92A8C7 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 168 | 199 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.22 |
| HSL | 215.09º | 0.32% | 0.68% | - |
| HSV(B) | 215.09º | 0.27% | 0.78% | - |
| XYZ | 36.17 | 38.24 | 59.51 | - |
| YUV | 164.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 168 | 199 | 0.27 | 0.16 | 0 | 0.22 | 215.09 | 0.32 | 0.68 |
| Hex | 92 | A8 | C7 | 1B | 10 | 0 | 16 | D7 | 20 | 44 |
| Octal | 222 | 250 | 307 | 33 | 20 | 0 | 26 | 327 | 40 | 104 |
| Binary | 10010010 | 10101000 | 11000111 | 11011 | 10000 | 0 | 10110 | 11010111 | 100000 | 1000100 |
Color Harmonies of #92A8C7
Complementary color
Monochromatic Colors of #92A8C7
Black with #92A8C7
Text Example
Text Example
White with #92A8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A8C7; }
p { color: rgb(146,168,199); }
H1.HeaderClassName
{
color: #92A8C7;
}
.AnyTagClassName
{
color: #92A8C7;
}
</style>
background-color css
<style>
a { background-color: #92A8C7; }
a { background-color: rgb(146,168,199); }
div.DivClassName
{
background-color: #92A8C7;
}
.BgClassName
{
background-color: #92A8C7;
}
</style>
border-color css
<style>
span { border-color: #92A8C7; }
span { border-color: rgb(146,168,199); }
td.TdClassName
{
border-color: #92A8C7;
}
.TagClassName
{
border-color: #92A8C7;
}
</style>