Shades of Polo Blue #92A9C9
Tints of Polo Blue #92A9C9
RGB
CMYK
RGB Variations
Color information
#92A9C9 (or 0x92A9C9) is known color: Polo Blue. HEX triplet: 92, A9 and C9. RGB value is (146,169,201). Sum of RGB (Red+Green+Blue) = 146+169+201=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #92A9C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A9C9 is #6D5636. Grayscale: #A5A5A5. Windows color (decimal): -7165495 or 13216146. OLE color: 13216146.
HSL color Cylindrical-coordinate representation of color #92A9C9: hue angle of 214.91º 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 #92A9C9 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 169 | 201 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.21 |
| HSL | 214.91º | 0.34% | 0.68% | - |
| HSV(B) | 214.91º | 0.27% | 0.79% | - |
| XYZ | 36.58 | 38.7 | 60.8 | - |
| YUV | 165.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 169 | 201 | 0.27 | 0.16 | 0 | 0.21 | 214.91 | 0.34 | 0.68 |
| Hex | 92 | A9 | C9 | 1B | 10 | 0 | 15 | D7 | 22 | 44 |
| Octal | 222 | 251 | 311 | 33 | 20 | 0 | 25 | 327 | 42 | 104 |
| Binary | 10010010 | 10101001 | 11001001 | 11011 | 10000 | 0 | 10101 | 11010111 | 100010 | 1000100 |
Color Harmonies of #92A9C9
Complementary color
Monochromatic Colors of #92A9C9
Black with #92A9C9
Text Example
Text Example
White with #92A9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A9C9; }
p { color: rgb(146,169,201); }
H1.HeaderClassName
{
color: #92A9C9;
}
.AnyTagClassName
{
color: #92A9C9;
}
</style>
background-color css
<style>
a { background-color: #92A9C9; }
a { background-color: rgb(146,169,201); }
div.DivClassName
{
background-color: #92A9C9;
}
.BgClassName
{
background-color: #92A9C9;
}
</style>
border-color css
<style>
span { border-color: #92A9C9; }
span { border-color: rgb(146,169,201); }
td.TdClassName
{
border-color: #92A9C9;
}
.TagClassName
{
border-color: #92A9C9;
}
</style>