Shades of Polo Blue #94A5CE
Tints of Polo Blue #94A5CE
RGB
CMYK
RGB Variations
Color information
#94A5CE (or 0x94A5CE) is known color: Polo Blue. HEX triplet: 94, A5 and CE. RGB value is (148,165,206). Sum of RGB (Red+Green+Blue) = 148+165+206=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #94A5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A5CE is #6B5A31. Grayscale: #A4A4A4. Windows color (decimal): -7035442 or 13542804. OLE color: 13542804.
HSL color Cylindrical-coordinate representation of color #94A5CE: hue angle of 222.41º 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 #94A5CE is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 165 | 206 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.19 |
| HSL | 222.41º | 0.37% | 0.69% | - |
| HSV(B) | 222.41º | 0.28% | 0.81% | - |
| XYZ | 36.81 | 37.66 | 63.72 | - |
| YUV | 164.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 165 | 206 | 0.28 | 0.20 | 0 | 0.19 | 222.41 | 0.37 | 0.69 |
| Hex | 94 | A5 | CE | 1C | 14 | 0 | 13 | DE | 25 | 45 |
| Octal | 224 | 245 | 316 | 34 | 24 | 0 | 23 | 336 | 45 | 105 |
| Binary | 10010100 | 10100101 | 11001110 | 11100 | 10100 | 0 | 10011 | 11011110 | 100101 | 1000101 |
Color Harmonies of #94A5CE
Complementary color
Monochromatic Colors of #94A5CE
Black with #94A5CE
Text Example
Text Example
White with #94A5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A5CE; }
p { color: rgb(148,165,206); }
H1.HeaderClassName
{
color: #94A5CE;
}
.AnyTagClassName
{
color: #94A5CE;
}
</style>
background-color css
<style>
a { background-color: #94A5CE; }
a { background-color: rgb(148,165,206); }
div.DivClassName
{
background-color: #94A5CE;
}
.BgClassName
{
background-color: #94A5CE;
}
</style>
border-color css
<style>
span { border-color: #94A5CE; }
span { border-color: rgb(148,165,206); }
td.TdClassName
{
border-color: #94A5CE;
}
.TagClassName
{
border-color: #94A5CE;
}
</style>