Shades of Polo Blue #92A3CA
Tints of Polo Blue #92A3CA
RGB
CMYK
RGB Variations
Color information
#92A3CA (or 0x92A3CA) is known color: Polo Blue. HEX triplet: 92, A3 and CA. RGB value is (146,163,202). Sum of RGB (Red+Green+Blue) = 146+163+202=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #92A3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A3CA is #6D5C35. Grayscale: #A2A2A2. Windows color (decimal): -7167030 or 13280146. OLE color: 13280146.
HSL color Cylindrical-coordinate representation of color #92A3CA: hue angle of 221.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92A3CA is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 163 | 202 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.21 |
| HSL | 221.79º | 0.35% | 0.68% | - |
| HSV(B) | 221.79º | 0.28% | 0.79% | - |
| XYZ | 35.61 | 36.57 | 61.06 | - |
| YUV | 162.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 163 | 202 | 0.28 | 0.19 | 0 | 0.21 | 221.79 | 0.35 | 0.68 |
| Hex | 92 | A3 | CA | 1C | 13 | 0 | 15 | DE | 23 | 44 |
| Octal | 222 | 243 | 312 | 34 | 23 | 0 | 25 | 336 | 43 | 104 |
| Binary | 10010010 | 10100011 | 11001010 | 11100 | 10011 | 0 | 10101 | 11011110 | 100011 | 1000100 |
Color Harmonies of #92A3CA
Complementary color
Monochromatic Colors of #92A3CA
Black with #92A3CA
Text Example
Text Example
White with #92A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A3CA; }
p { color: rgb(146,163,202); }
H1.HeaderClassName
{
color: #92A3CA;
}
.AnyTagClassName
{
color: #92A3CA;
}
</style>
background-color css
<style>
a { background-color: #92A3CA; }
a { background-color: rgb(146,163,202); }
div.DivClassName
{
background-color: #92A3CA;
}
.BgClassName
{
background-color: #92A3CA;
}
</style>
border-color css
<style>
span { border-color: #92A3CA; }
span { border-color: rgb(146,163,202); }
td.TdClassName
{
border-color: #92A3CA;
}
.TagClassName
{
border-color: #92A3CA;
}
</style>