Shades of Polo Blue #92A9C6
Tints of Polo Blue #92A9C6
RGB
CMYK
RGB Variations
Color information
#92A9C6 (or 0x92A9C6) is known color: Polo Blue. HEX triplet: 92, A9 and C6. RGB value is (146,169,198). Sum of RGB (Red+Green+Blue) = 146+169+198=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #92A9C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A9C6 is #6D5639. Grayscale: #A5A5A5. Windows color (decimal): -7165498 or 13019538. OLE color: 13019538.
HSL color Cylindrical-coordinate representation of color #92A9C6: hue angle of 213.46º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92A9C6 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 169 | 198 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.22 |
| HSL | 213.46º | 0.31% | 0.67% | - |
| HSV(B) | 213.46º | 0.26% | 0.78% | - |
| XYZ | 36.24 | 38.56 | 58.96 | - |
| YUV | 165.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 169 | 198 | 0.26 | 0.15 | 0 | 0.22 | 213.46 | 0.31 | 0.67 |
| Hex | 92 | A9 | C6 | 1A | F | 0 | 16 | D5 | 1F | 43 |
| Octal | 222 | 251 | 306 | 32 | 17 | 0 | 26 | 325 | 37 | 103 |
| Binary | 10010010 | 10101001 | 11000110 | 11010 | 1111 | 0 | 10110 | 11010101 | 11111 | 1000011 |
Color Harmonies of #92A9C6
Complementary color
Monochromatic Colors of #92A9C6
Black with #92A9C6
Text Example
Text Example
White with #92A9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A9C6; }
p { color: rgb(146,169,198); }
H1.HeaderClassName
{
color: #92A9C6;
}
.AnyTagClassName
{
color: #92A9C6;
}
</style>
background-color css
<style>
a { background-color: #92A9C6; }
a { background-color: rgb(146,169,198); }
div.DivClassName
{
background-color: #92A9C6;
}
.BgClassName
{
background-color: #92A9C6;
}
</style>
border-color css
<style>
span { border-color: #92A9C6; }
span { border-color: rgb(146,169,198); }
td.TdClassName
{
border-color: #92A9C6;
}
.TagClassName
{
border-color: #92A9C6;
}
</style>