Shades of Polo Blue #92A8CE
Tints of Polo Blue #92A8CE
RGB
CMYK
RGB Variations
Color information
#92A8CE (or 0x92A8CE) is known color: Polo Blue. HEX triplet: 92, A8 and CE. RGB value is (146,168,206). Sum of RGB (Red+Green+Blue) = 146+168+206=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #92A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A8CE is #6D5731. Grayscale: #A5A5A5. Windows color (decimal): -7165746 or 13543570. OLE color: 13543570.
HSL color Cylindrical-coordinate representation of color #92A8CE: hue angle of 218º 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 #92A8CE is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 168 | 206 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.19 |
| HSL | 218º | 0.38% | 0.69% | - |
| HSV(B) | 218º | 0.29% | 0.81% | - |
| XYZ | 37 | 38.57 | 63.89 | - |
| YUV | 165.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 168 | 206 | 0.29 | 0.18 | 0 | 0.19 | 218 | 0.38 | 0.69 |
| Hex | 92 | A8 | CE | 1D | 12 | 0 | 13 | DA | 26 | 45 |
| Octal | 222 | 250 | 316 | 35 | 22 | 0 | 23 | 332 | 46 | 105 |
| Binary | 10010010 | 10101000 | 11001110 | 11101 | 10010 | 0 | 10011 | 11011010 | 100110 | 1000101 |
Color Harmonies of #92A8CE
Complementary color
Monochromatic Colors of #92A8CE
Black with #92A8CE
Text Example
Text Example
White with #92A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A8CE; }
p { color: rgb(146,168,206); }
H1.HeaderClassName
{
color: #92A8CE;
}
.AnyTagClassName
{
color: #92A8CE;
}
</style>
background-color css
<style>
a { background-color: #92A8CE; }
a { background-color: rgb(146,168,206); }
div.DivClassName
{
background-color: #92A8CE;
}
.BgClassName
{
background-color: #92A8CE;
}
</style>
border-color css
<style>
span { border-color: #92A8CE; }
span { border-color: rgb(146,168,206); }
td.TdClassName
{
border-color: #92A8CE;
}
.TagClassName
{
border-color: #92A8CE;
}
</style>