Shades of Polo Blue #93A4CF
Tints of Polo Blue #93A4CF
RGB
CMYK
RGB Variations
Color information
#93A4CF (or 0x93A4CF) is known color: Polo Blue. HEX triplet: 93, A4 and CF. RGB value is (147,164,207). Sum of RGB (Red+Green+Blue) = 147+164+207=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #93A4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A4CF is #6C5B30. Grayscale: #A3A3A3. Windows color (decimal): -7101233 or 13608083. OLE color: 13608083.
HSL color Cylindrical-coordinate representation of color #93A4CF: hue angle of 223º 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 #93A4CF is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 164 | 207 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.19 |
| HSL | 223º | 0.38% | 0.69% | - |
| HSV(B) | 223º | 0.29% | 0.81% | - |
| XYZ | 36.57 | 37.26 | 64.3 | - |
| YUV | 163.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 164 | 207 | 0.29 | 0.21 | 0 | 0.19 | 223 | 0.38 | 0.69 |
| Hex | 93 | A4 | CF | 1D | 15 | 0 | 13 | DF | 26 | 45 |
| Octal | 223 | 244 | 317 | 35 | 25 | 0 | 23 | 337 | 46 | 105 |
| Binary | 10010011 | 10100100 | 11001111 | 11101 | 10101 | 0 | 10011 | 11011111 | 100110 | 1000101 |
Color Harmonies of #93A4CF
Complementary color
Monochromatic Colors of #93A4CF
Black with #93A4CF
Text Example
Text Example
White with #93A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A4CF; }
p { color: rgb(147,164,207); }
H1.HeaderClassName
{
color: #93A4CF;
}
.AnyTagClassName
{
color: #93A4CF;
}
</style>
background-color css
<style>
a { background-color: #93A4CF; }
a { background-color: rgb(147,164,207); }
div.DivClassName
{
background-color: #93A4CF;
}
.BgClassName
{
background-color: #93A4CF;
}
</style>
border-color css
<style>
span { border-color: #93A4CF; }
span { border-color: rgb(147,164,207); }
td.TdClassName
{
border-color: #93A4CF;
}
.TagClassName
{
border-color: #93A4CF;
}
</style>