Shades of Polo Blue #92ACC9
Tints of Polo Blue #92ACC9
RGB
CMYK
RGB Variations
Color information
#92ACC9 (or 0x92ACC9) is known color: Polo Blue. HEX triplet: 92, AC and C9. RGB value is (146,172,201). Sum of RGB (Red+Green+Blue) = 146+172+201=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 201 - color contains mainly: blue. Hex color #92ACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACC9 is #6D5336. Grayscale: #A7A7A7. Windows color (decimal): -7164727 or 13216914. OLE color: 13216914.
HSL color Cylindrical-coordinate representation of color #92ACC9: hue angle of 211.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92ACC9 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 172 | 201 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.21 |
| HSL | 211.64º | 0.34% | 0.68% | - |
| HSV(B) | 211.64º | 0.27% | 0.79% | - |
| XYZ | 37.15 | 39.83 | 60.99 | - |
| YUV | 167.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 172 | 201 | 0.27 | 0.14 | 0 | 0.21 | 211.64 | 0.34 | 0.68 |
| Hex | 92 | AC | C9 | 1B | E | 0 | 15 | D4 | 22 | 44 |
| Octal | 222 | 254 | 311 | 33 | 16 | 0 | 25 | 324 | 42 | 104 |
| Binary | 10010010 | 10101100 | 11001001 | 11011 | 1110 | 0 | 10101 | 11010100 | 100010 | 1000100 |
Color Harmonies of #92ACC9
Complementary color
Monochromatic Colors of #92ACC9
Black with #92ACC9
Text Example
Text Example
White with #92ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ACC9; }
p { color: rgb(146,172,201); }
H1.HeaderClassName
{
color: #92ACC9;
}
.AnyTagClassName
{
color: #92ACC9;
}
</style>
background-color css
<style>
a { background-color: #92ACC9; }
a { background-color: rgb(146,172,201); }
div.DivClassName
{
background-color: #92ACC9;
}
.BgClassName
{
background-color: #92ACC9;
}
</style>
border-color css
<style>
span { border-color: #92ACC9; }
span { border-color: rgb(146,172,201); }
td.TdClassName
{
border-color: #92ACC9;
}
.TagClassName
{
border-color: #92ACC9;
}
</style>