Shades of Polo Blue #93A6C8
Tints of Polo Blue #93A6C8
RGB
CMYK
RGB Variations
Color information
#93A6C8 (or 0x93A6C8) is known color: Polo Blue. HEX triplet: 93, A6 and C8. RGB value is (147,166,200). Sum of RGB (Red+Green+Blue) = 147+166+200=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #93A6C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A6C8 is #6C5937. Grayscale: #A4A4A4. Windows color (decimal): -7100728 or 13149843. OLE color: 13149843.
HSL color Cylindrical-coordinate representation of color #93A6C8: hue angle of 218.49º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93A6C8 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 166 | 200 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.22 |
| HSL | 218.49º | 0.33% | 0.68% | - |
| HSV(B) | 218.49º | 0.27% | 0.78% | - |
| XYZ | 36.09 | 37.65 | 60.01 | - |
| YUV | 164.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 200 | 0.26 | 0.17 | 0 | 0.22 | 218.49 | 0.33 | 0.68 |
| Hex | 93 | A6 | C8 | 1A | 11 | 0 | 16 | DA | 21 | 44 |
| Octal | 223 | 246 | 310 | 32 | 21 | 0 | 26 | 332 | 41 | 104 |
| Binary | 10010011 | 10100110 | 11001000 | 11010 | 10001 | 0 | 10110 | 11011010 | 100001 | 1000100 |
Color Harmonies of #93A6C8
Complementary color
Monochromatic Colors of #93A6C8
Black with #93A6C8
Text Example
Text Example
White with #93A6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A6C8; }
p { color: rgb(147,166,200); }
H1.HeaderClassName
{
color: #93A6C8;
}
.AnyTagClassName
{
color: #93A6C8;
}
</style>
background-color css
<style>
a { background-color: #93A6C8; }
a { background-color: rgb(147,166,200); }
div.DivClassName
{
background-color: #93A6C8;
}
.BgClassName
{
background-color: #93A6C8;
}
</style>
border-color css
<style>
span { border-color: #93A6C8; }
span { border-color: rgb(147,166,200); }
td.TdClassName
{
border-color: #93A6C8;
}
.TagClassName
{
border-color: #93A6C8;
}
</style>