Shades of Polo Blue #94A7CB
Tints of Polo Blue #94A7CB
RGB
CMYK
RGB Variations
Color information
#94A7CB (or 0x94A7CB) is known color: Polo Blue. HEX triplet: 94, A7 and CB. RGB value is (148,167,203). Sum of RGB (Red+Green+Blue) = 148+167+203=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #94A7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A7CB is #6B5834. Grayscale: #A5A5A5. Windows color (decimal): -7034933 or 13346708. OLE color: 13346708.
HSL color Cylindrical-coordinate representation of color #94A7CB: hue angle of 219.27º 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 #94A7CB is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 167 | 203 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.20 |
| HSL | 219.27º | 0.35% | 0.69% | - |
| HSV(B) | 219.27º | 0.27% | 0.8% | - |
| XYZ | 36.81 | 38.25 | 61.94 | - |
| YUV | 165.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 167 | 203 | 0.27 | 0.18 | 0 | 0.20 | 219.27 | 0.35 | 0.69 |
| Hex | 94 | A7 | CB | 1B | 12 | 0 | 14 | DB | 23 | 45 |
| Octal | 224 | 247 | 313 | 33 | 22 | 0 | 24 | 333 | 43 | 105 |
| Binary | 10010100 | 10100111 | 11001011 | 11011 | 10010 | 0 | 10100 | 11011011 | 100011 | 1000101 |
Color Harmonies of #94A7CB
Complementary color
Monochromatic Colors of #94A7CB
Black with #94A7CB
Text Example
Text Example
White with #94A7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A7CB; }
p { color: rgb(148,167,203); }
H1.HeaderClassName
{
color: #94A7CB;
}
.AnyTagClassName
{
color: #94A7CB;
}
</style>
background-color css
<style>
a { background-color: #94A7CB; }
a { background-color: rgb(148,167,203); }
div.DivClassName
{
background-color: #94A7CB;
}
.BgClassName
{
background-color: #94A7CB;
}
</style>
border-color css
<style>
span { border-color: #94A7CB; }
span { border-color: rgb(148,167,203); }
td.TdClassName
{
border-color: #94A7CB;
}
.TagClassName
{
border-color: #94A7CB;
}
</style>