Shades of Polo Blue #92A8CF
Tints of Polo Blue #92A8CF
RGB
CMYK
RGB Variations
Color information
#92A8CF (or 0x92A8CF) is known color: Polo Blue. HEX triplet: 92, A8 and CF. RGB value is (146,168,207). Sum of RGB (Red+Green+Blue) = 146+168+207=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #92A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A8CF is #6D5730. Grayscale: #A5A5A5. Windows color (decimal): -7165745 or 13609106. OLE color: 13609106.
HSL color Cylindrical-coordinate representation of color #92A8CF: hue angle of 218.36º degrees, saturation: 0.39, 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 #92A8CF is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 168 | 207 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.19 |
| HSL | 218.36º | 0.39% | 0.69% | - |
| HSV(B) | 218.36º | 0.29% | 0.81% | - |
| XYZ | 37.12 | 38.62 | 64.53 | - |
| YUV | 165.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 168 | 207 | 0.29 | 0.19 | 0 | 0.19 | 218.36 | 0.39 | 0.69 |
| Hex | 92 | A8 | CF | 1D | 13 | 0 | 13 | DA | 27 | 45 |
| Octal | 222 | 250 | 317 | 35 | 23 | 0 | 23 | 332 | 47 | 105 |
| Binary | 10010010 | 10101000 | 11001111 | 11101 | 10011 | 0 | 10011 | 11011010 | 100111 | 1000101 |
Color Harmonies of #92A8CF
Complementary color
Monochromatic Colors of #92A8CF
Black with #92A8CF
Text Example
Text Example
White with #92A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A8CF; }
p { color: rgb(146,168,207); }
H1.HeaderClassName
{
color: #92A8CF;
}
.AnyTagClassName
{
color: #92A8CF;
}
</style>
background-color css
<style>
a { background-color: #92A8CF; }
a { background-color: rgb(146,168,207); }
div.DivClassName
{
background-color: #92A8CF;
}
.BgClassName
{
background-color: #92A8CF;
}
</style>
border-color css
<style>
span { border-color: #92A8CF; }
span { border-color: rgb(146,168,207); }
td.TdClassName
{
border-color: #92A8CF;
}
.TagClassName
{
border-color: #92A8CF;
}
</style>