Shades of Rock Blue #94A2BB
Tints of Rock Blue #94A2BB
RGB
CMYK
RGB Variations
Color information
#94A2BB (or 0x94A2BB) is known color: Rock Blue. HEX triplet: 94, A2 and BB. RGB value is (148,162,187). Sum of RGB (Red+Green+Blue) = 148+162+187=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #94A2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A2BB is #6B5D44. Grayscale: #A0A0A0. Windows color (decimal): -7036229 or 12296852. OLE color: 12296852.
HSL color Cylindrical-coordinate representation of color #94A2BB: hue angle of 218.46º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94A2BB is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 162 | 187 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.27 |
| HSL | 218.46º | 0.22% | 0.66% | - |
| HSV(B) | 218.46º | 0.21% | 0.73% | - |
| XYZ | 34.1 | 35.72 | 52.11 | - |
| YUV | 160.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 187 | 0.21 | 0.13 | 0 | 0.27 | 218.46 | 0.22 | 0.66 |
| Hex | 94 | A2 | BB | 15 | D | 0 | 1B | DA | 16 | 42 |
| Octal | 224 | 242 | 273 | 25 | 15 | 0 | 33 | 332 | 26 | 102 |
| Binary | 10010100 | 10100010 | 10111011 | 10101 | 1101 | 0 | 11011 | 11011010 | 10110 | 1000010 |
Color Harmonies of #94A2BB
Complementary color
Monochromatic Colors of #94A2BB
Black with #94A2BB
Text Example
Text Example
White with #94A2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A2BB; }
p { color: rgb(148,162,187); }
H1.HeaderClassName
{
color: #94A2BB;
}
.AnyTagClassName
{
color: #94A2BB;
}
</style>
background-color css
<style>
a { background-color: #94A2BB; }
a { background-color: rgb(148,162,187); }
div.DivClassName
{
background-color: #94A2BB;
}
.BgClassName
{
background-color: #94A2BB;
}
</style>
border-color css
<style>
span { border-color: #94A2BB; }
span { border-color: rgb(148,162,187); }
td.TdClassName
{
border-color: #94A2BB;
}
.TagClassName
{
border-color: #94A2BB;
}
</style>