Shades of Polo Blue #93A7CB
Tints of Polo Blue #93A7CB
RGB
CMYK
RGB Variations
Color information
#93A7CB (or 0x93A7CB) is known color: Polo Blue. HEX triplet: 93, A7 and CB. RGB value is (147,167,203). Sum of RGB (Red+Green+Blue) = 147+167+203=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #93A7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A7CB is #6C5834. Grayscale: #A4A4A4. Windows color (decimal): -7100469 or 13346707. OLE color: 13346707.
HSL color Cylindrical-coordinate representation of color #93A7CB: hue angle of 218.57º 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 #93A7CB is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 167 | 203 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.20 |
| HSL | 218.57º | 0.35% | 0.69% | - |
| HSV(B) | 218.57º | 0.28% | 0.8% | - |
| XYZ | 36.63 | 38.15 | 61.93 | - |
| YUV | 165.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 167 | 203 | 0.28 | 0.18 | 0 | 0.20 | 218.57 | 0.35 | 0.69 |
| Hex | 93 | A7 | CB | 1C | 12 | 0 | 14 | DB | 23 | 45 |
| Octal | 223 | 247 | 313 | 34 | 22 | 0 | 24 | 333 | 43 | 105 |
| Binary | 10010011 | 10100111 | 11001011 | 11100 | 10010 | 0 | 10100 | 11011011 | 100011 | 1000101 |
Color Harmonies of #93A7CB
Complementary color
Monochromatic Colors of #93A7CB
Black with #93A7CB
Text Example
Text Example
White with #93A7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A7CB; }
p { color: rgb(147,167,203); }
H1.HeaderClassName
{
color: #93A7CB;
}
.AnyTagClassName
{
color: #93A7CB;
}
</style>
background-color css
<style>
a { background-color: #93A7CB; }
a { background-color: rgb(147,167,203); }
div.DivClassName
{
background-color: #93A7CB;
}
.BgClassName
{
background-color: #93A7CB;
}
</style>
border-color css
<style>
span { border-color: #93A7CB; }
span { border-color: rgb(147,167,203); }
td.TdClassName
{
border-color: #93A7CB;
}
.TagClassName
{
border-color: #93A7CB;
}
</style>