Shades of Polo Blue #93A6CB
Tints of Polo Blue #93A6CB
RGB
CMYK
RGB Variations
Color information
#93A6CB (or 0x93A6CB) is known color: Polo Blue. HEX triplet: 93, A6 and CB. RGB value is (147,166,203). Sum of RGB (Red+Green+Blue) = 147+166+203=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #93A6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A6CB is #6C5934. Grayscale: #A4A4A4. Windows color (decimal): -7100725 or 13346451. OLE color: 13346451.
HSL color Cylindrical-coordinate representation of color #93A6CB: hue angle of 219.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93A6CB is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 166 | 203 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.20 |
| HSL | 219.64º | 0.35% | 0.69% | - |
| HSV(B) | 219.64º | 0.28% | 0.8% | - |
| XYZ | 36.45 | 37.79 | 61.87 | - |
| YUV | 164.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 203 | 0.28 | 0.18 | 0 | 0.20 | 219.64 | 0.35 | 0.69 |
| Hex | 93 | A6 | CB | 1C | 12 | 0 | 14 | DC | 23 | 45 |
| Octal | 223 | 246 | 313 | 34 | 22 | 0 | 24 | 334 | 43 | 105 |
| Binary | 10010011 | 10100110 | 11001011 | 11100 | 10010 | 0 | 10100 | 11011100 | 100011 | 1000101 |
Color Harmonies of #93A6CB
Complementary color
Monochromatic Colors of #93A6CB
Black with #93A6CB
Text Example
Text Example
White with #93A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A6CB; }
p { color: rgb(147,166,203); }
H1.HeaderClassName
{
color: #93A6CB;
}
.AnyTagClassName
{
color: #93A6CB;
}
</style>
background-color css
<style>
a { background-color: #93A6CB; }
a { background-color: rgb(147,166,203); }
div.DivClassName
{
background-color: #93A6CB;
}
.BgClassName
{
background-color: #93A6CB;
}
</style>
border-color css
<style>
span { border-color: #93A6CB; }
span { border-color: rgb(147,166,203); }
td.TdClassName
{
border-color: #93A6CB;
}
.TagClassName
{
border-color: #93A6CB;
}
</style>