Shades of Polo Blue #93A3CE
Tints of Polo Blue #93A3CE
RGB
CMYK
RGB Variations
Color information
#93A3CE (or 0x93A3CE) is known color: Polo Blue. HEX triplet: 93, A3 and CE. RGB value is (147,163,206). Sum of RGB (Red+Green+Blue) = 147+163+206=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #93A3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A3CE is #6C5C31. Grayscale: #A2A2A2. Windows color (decimal): -7101490 or 13542291. OLE color: 13542291.
HSL color Cylindrical-coordinate representation of color #93A3CE: hue angle of 223.73º 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 #93A3CE is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 163 | 206 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.19 |
| HSL | 223.73º | 0.38% | 0.69% | - |
| HSV(B) | 223.73º | 0.29% | 0.81% | - |
| XYZ | 36.27 | 36.85 | 63.59 | - |
| YUV | 163.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 206 | 0.29 | 0.21 | 0 | 0.19 | 223.73 | 0.38 | 0.69 |
| Hex | 93 | A3 | CE | 1D | 15 | 0 | 13 | E0 | 26 | 45 |
| Octal | 223 | 243 | 316 | 35 | 25 | 0 | 23 | 340 | 46 | 105 |
| Binary | 10010011 | 10100011 | 11001110 | 11101 | 10101 | 0 | 10011 | 11100000 | 100110 | 1000101 |
Color Harmonies of #93A3CE
Complementary color
Monochromatic Colors of #93A3CE
Black with #93A3CE
Text Example
Text Example
White with #93A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A3CE; }
p { color: rgb(147,163,206); }
H1.HeaderClassName
{
color: #93A3CE;
}
.AnyTagClassName
{
color: #93A3CE;
}
</style>
background-color css
<style>
a { background-color: #93A3CE; }
a { background-color: rgb(147,163,206); }
div.DivClassName
{
background-color: #93A3CE;
}
.BgClassName
{
background-color: #93A3CE;
}
</style>
border-color css
<style>
span { border-color: #93A3CE; }
span { border-color: rgb(147,163,206); }
td.TdClassName
{
border-color: #93A3CE;
}
.TagClassName
{
border-color: #93A3CE;
}
</style>