Shades of Polo Blue #94A8CF
Tints of Polo Blue #94A8CF
RGB
CMYK
RGB Variations
Color information
#94A8CF (or 0x94A8CF) is known color: Polo Blue. HEX triplet: 94, A8 and CF. RGB value is (148,168,207). Sum of RGB (Red+Green+Blue) = 148+168+207=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #94A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8CF is #6B5730. Grayscale: #A6A6A6. Windows color (decimal): -7034673 or 13609108. OLE color: 13609108.
HSL color Cylindrical-coordinate representation of color #94A8CF: hue angle of 219.66º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94A8CF is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 168 | 207 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.19 |
| HSL | 219.66º | 0.38% | 0.7% | - |
| HSV(B) | 219.66º | 0.29% | 0.81% | - |
| XYZ | 37.48 | 38.81 | 64.55 | - |
| YUV | 166.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 207 | 0.29 | 0.19 | 0 | 0.19 | 219.66 | 0.38 | 0.7 |
| Hex | 94 | A8 | CF | 1D | 13 | 0 | 13 | DC | 26 | 46 |
| Octal | 224 | 250 | 317 | 35 | 23 | 0 | 23 | 334 | 46 | 106 |
| Binary | 10010100 | 10101000 | 11001111 | 11101 | 10011 | 0 | 10011 | 11011100 | 100110 | 1000110 |
Color Harmonies of #94A8CF
Complementary color
Monochromatic Colors of #94A8CF
Black with #94A8CF
Text Example
Text Example
White with #94A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A8CF; }
p { color: rgb(148,168,207); }
H1.HeaderClassName
{
color: #94A8CF;
}
.AnyTagClassName
{
color: #94A8CF;
}
</style>
background-color css
<style>
a { background-color: #94A8CF; }
a { background-color: rgb(148,168,207); }
div.DivClassName
{
background-color: #94A8CF;
}
.BgClassName
{
background-color: #94A8CF;
}
</style>
border-color css
<style>
span { border-color: #94A8CF; }
span { border-color: rgb(148,168,207); }
td.TdClassName
{
border-color: #94A8CF;
}
.TagClassName
{
border-color: #94A8CF;
}
</style>