Shades of Polo Blue #94A5CA
Tints of Polo Blue #94A5CA
RGB
CMYK
RGB Variations
Color information
#94A5CA (or 0x94A5CA) is known color: Polo Blue. HEX triplet: 94, A5 and CA. RGB value is (148,165,202). Sum of RGB (Red+Green+Blue) = 148+165+202=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #94A5CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A5CA is #6B5A35. Grayscale: #A3A3A3. Windows color (decimal): -7035446 or 13280660. OLE color: 13280660.
HSL color Cylindrical-coordinate representation of color #94A5CA: hue angle of 221.11º 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 #94A5CA is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 165 | 202 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.21 |
| HSL | 221.11º | 0.34% | 0.69% | - |
| HSV(B) | 221.11º | 0.27% | 0.79% | - |
| XYZ | 36.33 | 37.47 | 61.19 | - |
| YUV | 164.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 165 | 202 | 0.27 | 0.18 | 0 | 0.21 | 221.11 | 0.34 | 0.69 |
| Hex | 94 | A5 | CA | 1B | 12 | 0 | 15 | DD | 22 | 45 |
| Octal | 224 | 245 | 312 | 33 | 22 | 0 | 25 | 335 | 42 | 105 |
| Binary | 10010100 | 10100101 | 11001010 | 11011 | 10010 | 0 | 10101 | 11011101 | 100010 | 1000101 |
Color Harmonies of #94A5CA
Complementary color
Monochromatic Colors of #94A5CA
Black with #94A5CA
Text Example
Text Example
White with #94A5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A5CA; }
p { color: rgb(148,165,202); }
H1.HeaderClassName
{
color: #94A5CA;
}
.AnyTagClassName
{
color: #94A5CA;
}
</style>
background-color css
<style>
a { background-color: #94A5CA; }
a { background-color: rgb(148,165,202); }
div.DivClassName
{
background-color: #94A5CA;
}
.BgClassName
{
background-color: #94A5CA;
}
</style>
border-color css
<style>
span { border-color: #94A5CA; }
span { border-color: rgb(148,165,202); }
td.TdClassName
{
border-color: #94A5CA;
}
.TagClassName
{
border-color: #94A5CA;
}
</style>