Shades of Polo Blue #94A3CB
Tints of Polo Blue #94A3CB
RGB
CMYK
RGB Variations
Color information
#94A3CB (or 0x94A3CB) is known color: Polo Blue. HEX triplet: 94, A3 and CB. RGB value is (148,163,203). Sum of RGB (Red+Green+Blue) = 148+163+203=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #94A3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A3CB is #6B5C34. Grayscale: #A2A2A2. Windows color (decimal): -7035957 or 13345684. OLE color: 13345684.
HSL color Cylindrical-coordinate representation of color #94A3CB: hue angle of 223.64º 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 #94A3CB is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 163 | 203 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.20 |
| HSL | 223.64º | 0.35% | 0.69% | - |
| HSV(B) | 223.64º | 0.27% | 0.8% | - |
| XYZ | 36.09 | 36.8 | 61.7 | - |
| YUV | 163.08 | 150.53 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 203 | 0.27 | 0.20 | 0 | 0.20 | 223.64 | 0.35 | 0.69 |
| Hex | 94 | A3 | CB | 1B | 14 | 0 | 14 | E0 | 23 | 45 |
| Octal | 224 | 243 | 313 | 33 | 24 | 0 | 24 | 340 | 43 | 105 |
| Binary | 10010100 | 10100011 | 11001011 | 11011 | 10100 | 0 | 10100 | 11100000 | 100011 | 1000101 |
Color Harmonies of #94A3CB
Complementary color
Monochromatic Colors of #94A3CB
Black with #94A3CB
Text Example
Text Example
White with #94A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A3CB; }
p { color: rgb(148,163,203); }
H1.HeaderClassName
{
color: #94A3CB;
}
.AnyTagClassName
{
color: #94A3CB;
}
</style>
background-color css
<style>
a { background-color: #94A3CB; }
a { background-color: rgb(148,163,203); }
div.DivClassName
{
background-color: #94A3CB;
}
.BgClassName
{
background-color: #94A3CB;
}
</style>
border-color css
<style>
span { border-color: #94A3CB; }
span { border-color: rgb(148,163,203); }
td.TdClassName
{
border-color: #94A3CB;
}
.TagClassName
{
border-color: #94A3CB;
}
</style>