Shades of Polo Blue #92A5CA
Tints of Polo Blue #92A5CA
RGB
CMYK
RGB Variations
Color information
#92A5CA (or 0x92A5CA) is known color: Polo Blue. HEX triplet: 92, A5 and CA. RGB value is (146,165,202). Sum of RGB (Red+Green+Blue) = 146+165+202=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #92A5CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A5CA is #6D5A35. Grayscale: #A3A3A3. Windows color (decimal): -7166518 or 13280658. OLE color: 13280658.
HSL color Cylindrical-coordinate representation of color #92A5CA: hue angle of 219.64º 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 #92A5CA is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 165 | 202 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.21 |
| HSL | 219.64º | 0.35% | 0.68% | - |
| HSV(B) | 219.64º | 0.28% | 0.79% | - |
| XYZ | 35.97 | 37.29 | 61.18 | - |
| YUV | 163.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 165 | 202 | 0.28 | 0.18 | 0 | 0.21 | 219.64 | 0.35 | 0.68 |
| Hex | 92 | A5 | CA | 1C | 12 | 0 | 15 | DC | 23 | 44 |
| Octal | 222 | 245 | 312 | 34 | 22 | 0 | 25 | 334 | 43 | 104 |
| Binary | 10010010 | 10100101 | 11001010 | 11100 | 10010 | 0 | 10101 | 11011100 | 100011 | 1000100 |
Color Harmonies of #92A5CA
Complementary color
Monochromatic Colors of #92A5CA
Black with #92A5CA
Text Example
Text Example
White with #92A5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A5CA; }
p { color: rgb(146,165,202); }
H1.HeaderClassName
{
color: #92A5CA;
}
.AnyTagClassName
{
color: #92A5CA;
}
</style>
background-color css
<style>
a { background-color: #92A5CA; }
a { background-color: rgb(146,165,202); }
div.DivClassName
{
background-color: #92A5CA;
}
.BgClassName
{
background-color: #92A5CA;
}
</style>
border-color css
<style>
span { border-color: #92A5CA; }
span { border-color: rgb(146,165,202); }
td.TdClassName
{
border-color: #92A5CA;
}
.TagClassName
{
border-color: #92A5CA;
}
</style>