Shades of Polo Blue #92A2CE
Tints of Polo Blue #92A2CE
RGB
CMYK
RGB Variations
Color information
#92A2CE (or 0x92A2CE) is known color: Polo Blue. HEX triplet: 92, A2 and CE. RGB value is (146,162,206). Sum of RGB (Red+Green+Blue) = 146+162+206=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #92A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A2CE is #6D5D31. Grayscale: #A2A2A2. Windows color (decimal): -7167282 or 13542034. OLE color: 13542034.
HSL color Cylindrical-coordinate representation of color #92A2CE: hue angle of 224º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92A2CE is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 162 | 206 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.19 |
| HSL | 224º | 0.38% | 0.69% | - |
| HSV(B) | 224º | 0.29% | 0.81% | - |
| XYZ | 35.91 | 36.41 | 63.53 | - |
| YUV | 162.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 162 | 206 | 0.29 | 0.21 | 0 | 0.19 | 224 | 0.38 | 0.69 |
| Hex | 92 | A2 | CE | 1D | 15 | 0 | 13 | E0 | 26 | 45 |
| Octal | 222 | 242 | 316 | 35 | 25 | 0 | 23 | 340 | 46 | 105 |
| Binary | 10010010 | 10100010 | 11001110 | 11101 | 10101 | 0 | 10011 | 11100000 | 100110 | 1000101 |
Color Harmonies of #92A2CE
Complementary color
Monochromatic Colors of #92A2CE
Black with #92A2CE
Text Example
Text Example
White with #92A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A2CE; }
p { color: rgb(146,162,206); }
H1.HeaderClassName
{
color: #92A2CE;
}
.AnyTagClassName
{
color: #92A2CE;
}
</style>
background-color css
<style>
a { background-color: #92A2CE; }
a { background-color: rgb(146,162,206); }
div.DivClassName
{
background-color: #92A2CE;
}
.BgClassName
{
background-color: #92A2CE;
}
</style>
border-color css
<style>
span { border-color: #92A2CE; }
span { border-color: rgb(146,162,206); }
td.TdClassName
{
border-color: #92A2CE;
}
.TagClassName
{
border-color: #92A2CE;
}
</style>