Shades of Rock Blue #94A0BA
Tints of Rock Blue #94A0BA
RGB
CMYK
RGB Variations
Color information
#94A0BA (or 0x94A0BA) is known color: Rock Blue. HEX triplet: 94, A0 and BA. RGB value is (148,160,186). Sum of RGB (Red+Green+Blue) = 148+160+186=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #94A0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A0BA is #6B5F45. Grayscale: #9F9F9F. Windows color (decimal): -7036742 or 12230804. OLE color: 12230804.
HSL color Cylindrical-coordinate representation of color #94A0BA: hue angle of 221.05º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94A0BA is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 160 | 186 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.27 |
| HSL | 221.05º | 0.22% | 0.65% | - |
| HSV(B) | 221.05º | 0.2% | 0.73% | - |
| XYZ | 33.65 | 34.98 | 51.43 | - |
| YUV | 159.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 186 | 0.20 | 0.14 | 0 | 0.27 | 221.05 | 0.22 | 0.65 |
| Hex | 94 | A0 | BA | 14 | E | 0 | 1B | DD | 16 | 41 |
| Octal | 224 | 240 | 272 | 24 | 16 | 0 | 33 | 335 | 26 | 101 |
| Binary | 10010100 | 10100000 | 10111010 | 10100 | 1110 | 0 | 11011 | 11011101 | 10110 | 1000001 |
Color Harmonies of #94A0BA
Complementary color
Monochromatic Colors of #94A0BA
Black with #94A0BA
Text Example
Text Example
White with #94A0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A0BA; }
p { color: rgb(148,160,186); }
H1.HeaderClassName
{
color: #94A0BA;
}
.AnyTagClassName
{
color: #94A0BA;
}
</style>
background-color css
<style>
a { background-color: #94A0BA; }
a { background-color: rgb(148,160,186); }
div.DivClassName
{
background-color: #94A0BA;
}
.BgClassName
{
background-color: #94A0BA;
}
</style>
border-color css
<style>
span { border-color: #94A0BA; }
span { border-color: rgb(148,160,186); }
td.TdClassName
{
border-color: #94A0BA;
}
.TagClassName
{
border-color: #94A0BA;
}
</style>