Shades of Polo Blue #92A1CA
Tints of Polo Blue #92A1CA
RGB
CMYK
RGB Variations
Color information
#92A1CA (or 0x92A1CA) is known color: Polo Blue. HEX triplet: 92, A1 and CA. RGB value is (146,161,202). Sum of RGB (Red+Green+Blue) = 146+161+202=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #92A1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A1CA is #6D5E35. Grayscale: #A1A1A1. Windows color (decimal): -7167542 or 13279634. OLE color: 13279634.
HSL color Cylindrical-coordinate representation of color #92A1CA: hue angle of 223.93º 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 #92A1CA is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 161 | 202 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.21 |
| HSL | 223.93º | 0.35% | 0.68% | - |
| HSV(B) | 223.93º | 0.28% | 0.79% | - |
| XYZ | 35.26 | 35.87 | 60.94 | - |
| YUV | 161.19 | 151.03 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 161 | 202 | 0.28 | 0.20 | 0 | 0.21 | 223.93 | 0.35 | 0.68 |
| Hex | 92 | A1 | CA | 1C | 14 | 0 | 15 | E0 | 23 | 44 |
| Octal | 222 | 241 | 312 | 34 | 24 | 0 | 25 | 340 | 43 | 104 |
| Binary | 10010010 | 10100001 | 11001010 | 11100 | 10100 | 0 | 10101 | 11100000 | 100011 | 1000100 |
Color Harmonies of #92A1CA
Complementary color
Monochromatic Colors of #92A1CA
Black with #92A1CA
Text Example
Text Example
White with #92A1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A1CA; }
p { color: rgb(146,161,202); }
H1.HeaderClassName
{
color: #92A1CA;
}
.AnyTagClassName
{
color: #92A1CA;
}
</style>
background-color css
<style>
a { background-color: #92A1CA; }
a { background-color: rgb(146,161,202); }
div.DivClassName
{
background-color: #92A1CA;
}
.BgClassName
{
background-color: #92A1CA;
}
</style>
border-color css
<style>
span { border-color: #92A1CA; }
span { border-color: rgb(146,161,202); }
td.TdClassName
{
border-color: #92A1CA;
}
.TagClassName
{
border-color: #92A1CA;
}
</style>