Shades of Polo Blue #92A9DC
Tints of Polo Blue #92A9DC
RGB
CMYK
RGB Variations
Color information
#92A9DC (or 0x92A9DC) is known color: Polo Blue. HEX triplet: 92, A9 and DC. RGB value is (146,169,220). Sum of RGB (Red+Green+Blue) = 146+169+220=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #92A9DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A9DC is #6D5623. Grayscale: #A7A7A7. Windows color (decimal): -7165476 or 14461330. OLE color: 14461330.
HSL color Cylindrical-coordinate representation of color #92A9DC: hue angle of 221.35º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92A9DC is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 169 | 220 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.14 |
| HSL | 221.35º | 0.51% | 0.72% | - |
| HSV(B) | 221.35º | 0.34% | 0.86% | - |
| XYZ | 38.96 | 39.65 | 73.31 | - |
| YUV | 167.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 169 | 220 | 0.34 | 0.23 | 0 | 0.14 | 221.35 | 0.51 | 0.72 |
| Hex | 92 | A9 | DC | 22 | 17 | 0 | E | DD | 33 | 48 |
| Octal | 222 | 251 | 334 | 42 | 27 | 0 | 16 | 335 | 63 | 110 |
| Binary | 10010010 | 10101001 | 11011100 | 100010 | 10111 | 0 | 1110 | 11011101 | 110011 | 1001000 |
Color Harmonies of #92A9DC
Complementary color
Monochromatic Colors of #92A9DC
Black with #92A9DC
Text Example
Text Example
White with #92A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A9DC; }
p { color: rgb(146,169,220); }
H1.HeaderClassName
{
color: #92A9DC;
}
.AnyTagClassName
{
color: #92A9DC;
}
</style>
background-color css
<style>
a { background-color: #92A9DC; }
a { background-color: rgb(146,169,220); }
div.DivClassName
{
background-color: #92A9DC;
}
.BgClassName
{
background-color: #92A9DC;
}
</style>
border-color css
<style>
span { border-color: #92A9DC; }
span { border-color: rgb(146,169,220); }
td.TdClassName
{
border-color: #92A9DC;
}
.TagClassName
{
border-color: #92A9DC;
}
</style>