Shades of Rock Blue #94A3BB
Tints of Rock Blue #94A3BB
RGB
CMYK
RGB Variations
Color information
#94A3BB (or 0x94A3BB) is known color: Rock Blue. HEX triplet: 94, A3 and BB. RGB value is (148,163,187). Sum of RGB (Red+Green+Blue) = 148+163+187=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #94A3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A3BB is #6B5C44. Grayscale: #A1A1A1. Windows color (decimal): -7035973 or 12297108. OLE color: 12297108.
HSL color Cylindrical-coordinate representation of color #94A3BB: hue angle of 216.92º 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 #94A3BB is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 163 | 187 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.27 |
| HSL | 216.92º | 0.22% | 0.66% | - |
| HSV(B) | 216.92º | 0.21% | 0.73% | - |
| XYZ | 34.28 | 36.08 | 52.17 | - |
| YUV | 161.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 187 | 0.21 | 0.13 | 0 | 0.27 | 216.92 | 0.22 | 0.66 |
| Hex | 94 | A3 | BB | 15 | D | 0 | 1B | D9 | 16 | 42 |
| Octal | 224 | 243 | 273 | 25 | 15 | 0 | 33 | 331 | 26 | 102 |
| Binary | 10010100 | 10100011 | 10111011 | 10101 | 1101 | 0 | 11011 | 11011001 | 10110 | 1000010 |
Color Harmonies of #94A3BB
Complementary color
Monochromatic Colors of #94A3BB
Black with #94A3BB
Text Example
Text Example
White with #94A3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A3BB; }
p { color: rgb(148,163,187); }
H1.HeaderClassName
{
color: #94A3BB;
}
.AnyTagClassName
{
color: #94A3BB;
}
</style>
background-color css
<style>
a { background-color: #94A3BB; }
a { background-color: rgb(148,163,187); }
div.DivClassName
{
background-color: #94A3BB;
}
.BgClassName
{
background-color: #94A3BB;
}
</style>
border-color css
<style>
span { border-color: #94A3BB; }
span { border-color: rgb(148,163,187); }
td.TdClassName
{
border-color: #94A3BB;
}
.TagClassName
{
border-color: #94A3BB;
}
</style>