Shades of Polo Blue #92A9DD
Tints of Polo Blue #92A9DD
RGB
CMYK
RGB Variations
Color information
#92A9DD (or 0x92A9DD) is known color: Polo Blue. HEX triplet: 92, A9 and DD. RGB value is (146,169,221). Sum of RGB (Red+Green+Blue) = 146+169+221=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #92A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A9DD is #6D5622. Grayscale: #A7A7A7. Windows color (decimal): -7165475 or 14526866. OLE color: 14526866.
HSL color Cylindrical-coordinate representation of color #92A9DD: hue angle of 221.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92A9DD is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 169 | 221 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.13 |
| HSL | 221.6º | 0.52% | 0.72% | - |
| HSV(B) | 221.6º | 0.34% | 0.87% | - |
| XYZ | 39.09 | 39.71 | 74.01 | - |
| YUV | 168.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 169 | 221 | 0.34 | 0.24 | 0 | 0.13 | 221.6 | 0.52 | 0.72 |
| Hex | 92 | A9 | DD | 22 | 18 | 0 | D | DE | 34 | 48 |
| Octal | 222 | 251 | 335 | 42 | 30 | 0 | 15 | 336 | 64 | 110 |
| Binary | 10010010 | 10101001 | 11011101 | 100010 | 11000 | 0 | 1101 | 11011110 | 110100 | 1001000 |
Color Harmonies of #92A9DD
Complementary color
Monochromatic Colors of #92A9DD
Black with #92A9DD
Text Example
Text Example
White with #92A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A9DD; }
p { color: rgb(146,169,221); }
H1.HeaderClassName
{
color: #92A9DD;
}
.AnyTagClassName
{
color: #92A9DD;
}
</style>
background-color css
<style>
a { background-color: #92A9DD; }
a { background-color: rgb(146,169,221); }
div.DivClassName
{
background-color: #92A9DD;
}
.BgClassName
{
background-color: #92A9DD;
}
</style>
border-color css
<style>
span { border-color: #92A9DD; }
span { border-color: rgb(146,169,221); }
td.TdClassName
{
border-color: #92A9DD;
}
.TagClassName
{
border-color: #92A9DD;
}
</style>