Shades of Polo Blue #94A6CE
Tints of Polo Blue #94A6CE
RGB
CMYK
RGB Variations
Color information
#94A6CE (or 0x94A6CE) is known color: Polo Blue. HEX triplet: 94, A6 and CE. RGB value is (148,166,206). Sum of RGB (Red+Green+Blue) = 148+166+206=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #94A6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A6CE is #6B5931. Grayscale: #A5A5A5. Windows color (decimal): -7035186 or 13543060. OLE color: 13543060.
HSL color Cylindrical-coordinate representation of color #94A6CE: hue angle of 221.38º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94A6CE is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 166 | 206 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.19 |
| HSL | 221.38º | 0.37% | 0.69% | - |
| HSV(B) | 221.38º | 0.28% | 0.81% | - |
| XYZ | 36.99 | 38.02 | 63.78 | - |
| YUV | 165.18 | 151.04 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 206 | 0.28 | 0.19 | 0 | 0.19 | 221.38 | 0.37 | 0.69 |
| Hex | 94 | A6 | CE | 1C | 13 | 0 | 13 | DD | 25 | 45 |
| Octal | 224 | 246 | 316 | 34 | 23 | 0 | 23 | 335 | 45 | 105 |
| Binary | 10010100 | 10100110 | 11001110 | 11100 | 10011 | 0 | 10011 | 11011101 | 100101 | 1000101 |
Color Harmonies of #94A6CE
Complementary color
Monochromatic Colors of #94A6CE
Black with #94A6CE
Text Example
Text Example
White with #94A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A6CE; }
p { color: rgb(148,166,206); }
H1.HeaderClassName
{
color: #94A6CE;
}
.AnyTagClassName
{
color: #94A6CE;
}
</style>
background-color css
<style>
a { background-color: #94A6CE; }
a { background-color: rgb(148,166,206); }
div.DivClassName
{
background-color: #94A6CE;
}
.BgClassName
{
background-color: #94A6CE;
}
</style>
border-color css
<style>
span { border-color: #94A6CE; }
span { border-color: rgb(148,166,206); }
td.TdClassName
{
border-color: #94A6CE;
}
.TagClassName
{
border-color: #94A6CE;
}
</style>