Shades of Polo Blue #94A2CA
Tints of Polo Blue #94A2CA
RGB
CMYK
RGB Variations
Color information
#94A2CA (or 0x94A2CA) is known color: Polo Blue. HEX triplet: 94, A2 and CA. RGB value is (148,162,202). Sum of RGB (Red+Green+Blue) = 148+162+202=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #94A2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A2CA is #6B5D35. Grayscale: #A2A2A2. Windows color (decimal): -7036214 or 13279892. OLE color: 13279892.
HSL color Cylindrical-coordinate representation of color #94A2CA: hue angle of 224.44º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94A2CA is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 162 | 202 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.21 |
| HSL | 224.44º | 0.34% | 0.69% | - |
| HSV(B) | 224.44º | 0.27% | 0.79% | - |
| XYZ | 35.79 | 36.4 | 61.02 | - |
| YUV | 162.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 202 | 0.27 | 0.20 | 0 | 0.21 | 224.44 | 0.34 | 0.69 |
| Hex | 94 | A2 | CA | 1B | 14 | 0 | 15 | E0 | 22 | 45 |
| Octal | 224 | 242 | 312 | 33 | 24 | 0 | 25 | 340 | 42 | 105 |
| Binary | 10010100 | 10100010 | 11001010 | 11011 | 10100 | 0 | 10101 | 11100000 | 100010 | 1000101 |
Color Harmonies of #94A2CA
Complementary color
Monochromatic Colors of #94A2CA
Black with #94A2CA
Text Example
Text Example
White with #94A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A2CA; }
p { color: rgb(148,162,202); }
H1.HeaderClassName
{
color: #94A2CA;
}
.AnyTagClassName
{
color: #94A2CA;
}
</style>
background-color css
<style>
a { background-color: #94A2CA; }
a { background-color: rgb(148,162,202); }
div.DivClassName
{
background-color: #94A2CA;
}
.BgClassName
{
background-color: #94A2CA;
}
</style>
border-color css
<style>
span { border-color: #94A2CA; }
span { border-color: rgb(148,162,202); }
td.TdClassName
{
border-color: #94A2CA;
}
.TagClassName
{
border-color: #94A2CA;
}
</style>