Shades of Polo Blue #93A3CA
Tints of Polo Blue #93A3CA
RGB
CMYK
RGB Variations
Color information
#93A3CA (or 0x93A3CA) is known color: Polo Blue. HEX triplet: 93, A3 and CA. RGB value is (147,163,202). Sum of RGB (Red+Green+Blue) = 147+163+202=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #93A3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A3CA is #6C5C35. Grayscale: #A2A2A2. Windows color (decimal): -7101494 or 13280147. OLE color: 13280147.
HSL color Cylindrical-coordinate representation of color #93A3CA: hue angle of 222.55º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93A3CA is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 163 | 202 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.21 |
| HSL | 222.55º | 0.34% | 0.68% | - |
| HSV(B) | 222.55º | 0.27% | 0.79% | - |
| XYZ | 35.79 | 36.66 | 61.07 | - |
| YUV | 162.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 202 | 0.27 | 0.19 | 0 | 0.21 | 222.55 | 0.34 | 0.68 |
| Hex | 93 | A3 | CA | 1B | 13 | 0 | 15 | DF | 22 | 44 |
| Octal | 223 | 243 | 312 | 33 | 23 | 0 | 25 | 337 | 42 | 104 |
| Binary | 10010011 | 10100011 | 11001010 | 11011 | 10011 | 0 | 10101 | 11011111 | 100010 | 1000100 |
Color Harmonies of #93A3CA
Complementary color
Monochromatic Colors of #93A3CA
Black with #93A3CA
Text Example
Text Example
White with #93A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A3CA; }
p { color: rgb(147,163,202); }
H1.HeaderClassName
{
color: #93A3CA;
}
.AnyTagClassName
{
color: #93A3CA;
}
</style>
background-color css
<style>
a { background-color: #93A3CA; }
a { background-color: rgb(147,163,202); }
div.DivClassName
{
background-color: #93A3CA;
}
.BgClassName
{
background-color: #93A3CA;
}
</style>
border-color css
<style>
span { border-color: #93A3CA; }
span { border-color: rgb(147,163,202); }
td.TdClassName
{
border-color: #93A3CA;
}
.TagClassName
{
border-color: #93A3CA;
}
</style>