Shades of Polo Blue #92A4CC
Tints of Polo Blue #92A4CC
RGB
CMYK
RGB Variations
Color information
#92A4CC (or 0x92A4CC) is known color: Polo Blue. HEX triplet: 92, A4 and CC. RGB value is (146,164,204). Sum of RGB (Red+Green+Blue) = 146+164+204=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #92A4CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A4CC is #6D5B33. Grayscale: #A3A3A3. Windows color (decimal): -7166772 or 13411474. OLE color: 13411474.
HSL color Cylindrical-coordinate representation of color #92A4CC: hue angle of 221.38º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92A4CC is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 164 | 204 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.2 |
| HSL | 221.38º | 0.36% | 0.69% | - |
| HSV(B) | 221.38º | 0.28% | 0.8% | - |
| XYZ | 36.03 | 37.02 | 62.37 | - |
| YUV | 163.18 | 151.04 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 164 | 204 | 0.28 | 0.20 | 0 | 0.2 | 221.38 | 0.36 | 0.69 |
| Hex | 92 | A4 | CC | 1C | 14 | 0 | 14 | DD | 24 | 45 |
| Octal | 222 | 244 | 314 | 34 | 24 | 0 | 24 | 335 | 44 | 105 |
| Binary | 10010010 | 10100100 | 11001100 | 11100 | 10100 | 0 | 10100 | 11011101 | 100100 | 1000101 |
Color Harmonies of #92A4CC
Complementary color
Monochromatic Colors of #92A4CC
Black with #92A4CC
Text Example
Text Example
White with #92A4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A4CC; }
p { color: rgb(146,164,204); }
H1.HeaderClassName
{
color: #92A4CC;
}
.AnyTagClassName
{
color: #92A4CC;
}
</style>
background-color css
<style>
a { background-color: #92A4CC; }
a { background-color: rgb(146,164,204); }
div.DivClassName
{
background-color: #92A4CC;
}
.BgClassName
{
background-color: #92A4CC;
}
</style>
border-color css
<style>
span { border-color: #92A4CC; }
span { border-color: rgb(146,164,204); }
td.TdClassName
{
border-color: #92A4CC;
}
.TagClassName
{
border-color: #92A4CC;
}
</style>