Shades of Polo Blue #94A7D4
Tints of Polo Blue #94A7D4
RGB
CMYK
RGB Variations
Color information
#94A7D4 (or 0x94A7D4) is known color: Polo Blue. HEX triplet: 94, A7 and D4. RGB value is (148,167,212). Sum of RGB (Red+Green+Blue) = 148+167+212=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #94A7D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A7D4 is #6B582B. Grayscale: #A6A6A6. Windows color (decimal): -7034924 or 13936532. OLE color: 13936532.
HSL color Cylindrical-coordinate representation of color #94A7D4: hue angle of 222.19º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94A7D4 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 167 | 212 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.17 |
| HSL | 222.19º | 0.43% | 0.71% | - |
| HSV(B) | 222.19º | 0.3% | 0.83% | - |
| XYZ | 37.92 | 38.69 | 67.76 | - |
| YUV | 166.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 167 | 212 | 0.30 | 0.21 | 0 | 0.17 | 222.19 | 0.43 | 0.71 |
| Hex | 94 | A7 | D4 | 1E | 15 | 0 | 11 | DE | 2B | 47 |
| Octal | 224 | 247 | 324 | 36 | 25 | 0 | 21 | 336 | 53 | 107 |
| Binary | 10010100 | 10100111 | 11010100 | 11110 | 10101 | 0 | 10001 | 11011110 | 101011 | 1000111 |
Color Harmonies of #94A7D4
Complementary color
Monochromatic Colors of #94A7D4
Black with #94A7D4
Text Example
Text Example
White with #94A7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A7D4; }
p { color: rgb(148,167,212); }
H1.HeaderClassName
{
color: #94A7D4;
}
.AnyTagClassName
{
color: #94A7D4;
}
</style>
background-color css
<style>
a { background-color: #94A7D4; }
a { background-color: rgb(148,167,212); }
div.DivClassName
{
background-color: #94A7D4;
}
.BgClassName
{
background-color: #94A7D4;
}
</style>
border-color css
<style>
span { border-color: #94A7D4; }
span { border-color: rgb(148,167,212); }
td.TdClassName
{
border-color: #94A7D4;
}
.TagClassName
{
border-color: #94A7D4;
}
</style>