Shades of Polo Blue #94A9CC
Tints of Polo Blue #94A9CC
RGB
CMYK
RGB Variations
Color information
#94A9CC (or 0x94A9CC) is known color: Polo Blue. HEX triplet: 94, A9 and CC. RGB value is (148,169,204). Sum of RGB (Red+Green+Blue) = 148+169+204=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #94A9CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A9CC is #6B5633. Grayscale: #A6A6A6. Windows color (decimal): -7034420 or 13412756. OLE color: 13412756.
HSL color Cylindrical-coordinate representation of color #94A9CC: hue angle of 217.5º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94A9CC is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 169 | 204 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.2 |
| HSL | 217.5º | 0.35% | 0.69% | - |
| HSV(B) | 217.5º | 0.27% | 0.8% | - |
| XYZ | 37.3 | 39.03 | 62.69 | - |
| YUV | 166.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 204 | 0.27 | 0.17 | 0 | 0.2 | 217.5 | 0.35 | 0.69 |
| Hex | 94 | A9 | CC | 1B | 11 | 0 | 14 | DA | 23 | 45 |
| Octal | 224 | 251 | 314 | 33 | 21 | 0 | 24 | 332 | 43 | 105 |
| Binary | 10010100 | 10101001 | 11001100 | 11011 | 10001 | 0 | 10100 | 11011010 | 100011 | 1000101 |
Color Harmonies of #94A9CC
Complementary color
Monochromatic Colors of #94A9CC
Black with #94A9CC
Text Example
Text Example
White with #94A9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A9CC; }
p { color: rgb(148,169,204); }
H1.HeaderClassName
{
color: #94A9CC;
}
.AnyTagClassName
{
color: #94A9CC;
}
</style>
background-color css
<style>
a { background-color: #94A9CC; }
a { background-color: rgb(148,169,204); }
div.DivClassName
{
background-color: #94A9CC;
}
.BgClassName
{
background-color: #94A9CC;
}
</style>
border-color css
<style>
span { border-color: #94A9CC; }
span { border-color: rgb(148,169,204); }
td.TdClassName
{
border-color: #94A9CC;
}
.TagClassName
{
border-color: #94A9CC;
}
</style>