Shades of Polo Blue #93A8CE
Tints of Polo Blue #93A8CE
RGB
CMYK
RGB Variations
Color information
#93A8CE (or 0x93A8CE) is known color: Polo Blue. HEX triplet: 93, A8 and CE. RGB value is (147,168,206). Sum of RGB (Red+Green+Blue) = 147+168+206=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #93A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A8CE is #6C5731. Grayscale: #A5A5A5. Windows color (decimal): -7100210 or 13543571. OLE color: 13543571.
HSL color Cylindrical-coordinate representation of color #93A8CE: hue angle of 218.64º 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 #93A8CE is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 168 | 206 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.19 |
| HSL | 218.64º | 0.38% | 0.69% | - |
| HSV(B) | 218.64º | 0.29% | 0.81% | - |
| XYZ | 37.18 | 38.66 | 63.9 | - |
| YUV | 166.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 168 | 206 | 0.29 | 0.18 | 0 | 0.19 | 218.64 | 0.38 | 0.69 |
| Hex | 93 | A8 | CE | 1D | 12 | 0 | 13 | DB | 26 | 45 |
| Octal | 223 | 250 | 316 | 35 | 22 | 0 | 23 | 333 | 46 | 105 |
| Binary | 10010011 | 10101000 | 11001110 | 11101 | 10010 | 0 | 10011 | 11011011 | 100110 | 1000101 |
Color Harmonies of #93A8CE
Complementary color
Monochromatic Colors of #93A8CE
Black with #93A8CE
Text Example
Text Example
White with #93A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A8CE; }
p { color: rgb(147,168,206); }
H1.HeaderClassName
{
color: #93A8CE;
}
.AnyTagClassName
{
color: #93A8CE;
}
</style>
background-color css
<style>
a { background-color: #93A8CE; }
a { background-color: rgb(147,168,206); }
div.DivClassName
{
background-color: #93A8CE;
}
.BgClassName
{
background-color: #93A8CE;
}
</style>
border-color css
<style>
span { border-color: #93A8CE; }
span { border-color: rgb(147,168,206); }
td.TdClassName
{
border-color: #93A8CE;
}
.TagClassName
{
border-color: #93A8CE;
}
</style>