Shades of Polo Blue #93A8CF
Tints of Polo Blue #93A8CF
RGB
CMYK
RGB Variations
Color information
#93A8CF (or 0x93A8CF) is known color: Polo Blue. HEX triplet: 93, A8 and CF. RGB value is (147,168,207). Sum of RGB (Red+Green+Blue) = 147+168+207=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #93A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A8CF is #6C5730. Grayscale: #A5A5A5. Windows color (decimal): -7100209 or 13609107. OLE color: 13609107.
HSL color Cylindrical-coordinate representation of color #93A8CF: hue angle of 219º 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 #93A8CF is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 168 | 207 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.19 |
| HSL | 219º | 0.38% | 0.69% | - |
| HSV(B) | 219º | 0.29% | 0.81% | - |
| XYZ | 37.3 | 38.71 | 64.54 | - |
| YUV | 166.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 168 | 207 | 0.29 | 0.19 | 0 | 0.19 | 219 | 0.38 | 0.69 |
| Hex | 93 | A8 | CF | 1D | 13 | 0 | 13 | DB | 26 | 45 |
| Octal | 223 | 250 | 317 | 35 | 23 | 0 | 23 | 333 | 46 | 105 |
| Binary | 10010011 | 10101000 | 11001111 | 11101 | 10011 | 0 | 10011 | 11011011 | 100110 | 1000101 |
Color Harmonies of #93A8CF
Complementary color
Monochromatic Colors of #93A8CF
Black with #93A8CF
Text Example
Text Example
White with #93A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A8CF; }
p { color: rgb(147,168,207); }
H1.HeaderClassName
{
color: #93A8CF;
}
.AnyTagClassName
{
color: #93A8CF;
}
</style>
background-color css
<style>
a { background-color: #93A8CF; }
a { background-color: rgb(147,168,207); }
div.DivClassName
{
background-color: #93A8CF;
}
.BgClassName
{
background-color: #93A8CF;
}
</style>
border-color css
<style>
span { border-color: #93A8CF; }
span { border-color: rgb(147,168,207); }
td.TdClassName
{
border-color: #93A8CF;
}
.TagClassName
{
border-color: #93A8CF;
}
</style>