Shades of Polo Blue #93A3CF
Tints of Polo Blue #93A3CF
RGB
CMYK
RGB Variations
Color information
#93A3CF (or 0x93A3CF) is known color: Polo Blue. HEX triplet: 93, A3 and CF. RGB value is (147,163,207). Sum of RGB (Red+Green+Blue) = 147+163+207=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #93A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A3CF is #6C5C30. Grayscale: #A3A3A3. Windows color (decimal): -7101489 or 13607827. OLE color: 13607827.
HSL color Cylindrical-coordinate representation of color #93A3CF: hue angle of 224º 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 #93A3CF is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 163 | 207 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.19 |
| HSL | 224º | 0.38% | 0.69% | - |
| HSV(B) | 224º | 0.29% | 0.81% | - |
| XYZ | 36.39 | 36.9 | 64.24 | - |
| YUV | 163.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 207 | 0.29 | 0.21 | 0 | 0.19 | 224 | 0.38 | 0.69 |
| Hex | 93 | A3 | CF | 1D | 15 | 0 | 13 | E0 | 26 | 45 |
| Octal | 223 | 243 | 317 | 35 | 25 | 0 | 23 | 340 | 46 | 105 |
| Binary | 10010011 | 10100011 | 11001111 | 11101 | 10101 | 0 | 10011 | 11100000 | 100110 | 1000101 |
Color Harmonies of #93A3CF
Complementary color
Monochromatic Colors of #93A3CF
Black with #93A3CF
Text Example
Text Example
White with #93A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A3CF; }
p { color: rgb(147,163,207); }
H1.HeaderClassName
{
color: #93A3CF;
}
.AnyTagClassName
{
color: #93A3CF;
}
</style>
background-color css
<style>
a { background-color: #93A3CF; }
a { background-color: rgb(147,163,207); }
div.DivClassName
{
background-color: #93A3CF;
}
.BgClassName
{
background-color: #93A3CF;
}
</style>
border-color css
<style>
span { border-color: #93A3CF; }
span { border-color: rgb(147,163,207); }
td.TdClassName
{
border-color: #93A3CF;
}
.TagClassName
{
border-color: #93A3CF;
}
</style>