Shades of Polo Blue #92A8DB
Tints of Polo Blue #92A8DB
RGB
CMYK
RGB Variations
Color information
#92A8DB (or 0x92A8DB) is known color: Polo Blue. HEX triplet: 92, A8 and DB. RGB value is (146,168,219). Sum of RGB (Red+Green+Blue) = 146+168+219=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #92A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A8DB is #6D5724. Grayscale: #A7A7A7. Windows color (decimal): -7165733 or 14395538. OLE color: 14395538.
HSL color Cylindrical-coordinate representation of color #92A8DB: hue angle of 221.92º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92A8DB is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 168 | 219 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.14 |
| HSL | 221.92º | 0.5% | 0.72% | - |
| HSV(B) | 221.92º | 0.33% | 0.86% | - |
| XYZ | 38.64 | 39.23 | 72.55 | - |
| YUV | 167.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 168 | 219 | 0.33 | 0.23 | 0 | 0.14 | 221.92 | 0.5 | 0.72 |
| Hex | 92 | A8 | DB | 21 | 17 | 0 | E | DE | 32 | 48 |
| Octal | 222 | 250 | 333 | 41 | 27 | 0 | 16 | 336 | 62 | 110 |
| Binary | 10010010 | 10101000 | 11011011 | 100001 | 10111 | 0 | 1110 | 11011110 | 110010 | 1001000 |
Color Harmonies of #92A8DB
Complementary color
Monochromatic Colors of #92A8DB
Black with #92A8DB
Text Example
Text Example
White with #92A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A8DB; }
p { color: rgb(146,168,219); }
H1.HeaderClassName
{
color: #92A8DB;
}
.AnyTagClassName
{
color: #92A8DB;
}
</style>
background-color css
<style>
a { background-color: #92A8DB; }
a { background-color: rgb(146,168,219); }
div.DivClassName
{
background-color: #92A8DB;
}
.BgClassName
{
background-color: #92A8DB;
}
</style>
border-color css
<style>
span { border-color: #92A8DB; }
span { border-color: rgb(146,168,219); }
td.TdClassName
{
border-color: #92A8DB;
}
.TagClassName
{
border-color: #92A8DB;
}
</style>