Shades of Polo Blue #93A6CA
Tints of Polo Blue #93A6CA
RGB
CMYK
RGB Variations
Color information
#93A6CA (or 0x93A6CA) is known color: Polo Blue. HEX triplet: 93, A6 and CA. RGB value is (147,166,202). Sum of RGB (Red+Green+Blue) = 147+166+202=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #93A6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A6CA is #6C5935. Grayscale: #A4A4A4. Windows color (decimal): -7100726 or 13280915. OLE color: 13280915.
HSL color Cylindrical-coordinate representation of color #93A6CA: hue angle of 219.27º 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 #93A6CA is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 166 | 202 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.21 |
| HSL | 219.27º | 0.34% | 0.68% | - |
| HSV(B) | 219.27º | 0.27% | 0.79% | - |
| XYZ | 36.33 | 37.74 | 61.25 | - |
| YUV | 164.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 202 | 0.27 | 0.18 | 0 | 0.21 | 219.27 | 0.34 | 0.68 |
| Hex | 93 | A6 | CA | 1B | 12 | 0 | 15 | DB | 22 | 44 |
| Octal | 223 | 246 | 312 | 33 | 22 | 0 | 25 | 333 | 42 | 104 |
| Binary | 10010011 | 10100110 | 11001010 | 11011 | 10010 | 0 | 10101 | 11011011 | 100010 | 1000100 |
Color Harmonies of #93A6CA
Complementary color
Monochromatic Colors of #93A6CA
Black with #93A6CA
Text Example
Text Example
White with #93A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A6CA; }
p { color: rgb(147,166,202); }
H1.HeaderClassName
{
color: #93A6CA;
}
.AnyTagClassName
{
color: #93A6CA;
}
</style>
background-color css
<style>
a { background-color: #93A6CA; }
a { background-color: rgb(147,166,202); }
div.DivClassName
{
background-color: #93A6CA;
}
.BgClassName
{
background-color: #93A6CA;
}
</style>
border-color css
<style>
span { border-color: #93A6CA; }
span { border-color: rgb(147,166,202); }
td.TdClassName
{
border-color: #93A6CA;
}
.TagClassName
{
border-color: #93A6CA;
}
</style>