Shades of Rock Blue #94A6BB
Tints of Rock Blue #94A6BB
RGB
CMYK
RGB Variations
Color information
#94A6BB (or 0x94A6BB) is known color: Rock Blue. HEX triplet: 94, A6 and BB. RGB value is (148,166,187). Sum of RGB (Red+Green+Blue) = 148+166+187=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #94A6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A6BB is #6B5944. Grayscale: #A2A2A2. Windows color (decimal): -7035205 or 12297876. OLE color: 12297876.
HSL color Cylindrical-coordinate representation of color #94A6BB: hue angle of 212.31º 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 #94A6BB is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 166 | 187 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.27 |
| HSL | 212.31º | 0.22% | 0.66% | - |
| HSV(B) | 212.31º | 0.21% | 0.73% | - |
| XYZ | 34.82 | 37.16 | 52.35 | - |
| YUV | 163.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 187 | 0.21 | 0.11 | 0 | 0.27 | 212.31 | 0.22 | 0.66 |
| Hex | 94 | A6 | BB | 15 | B | 0 | 1B | D4 | 16 | 42 |
| Octal | 224 | 246 | 273 | 25 | 13 | 0 | 33 | 324 | 26 | 102 |
| Binary | 10010100 | 10100110 | 10111011 | 10101 | 1011 | 0 | 11011 | 11010100 | 10110 | 1000010 |
Color Harmonies of #94A6BB
Complementary color
Monochromatic Colors of #94A6BB
Black with #94A6BB
Text Example
Text Example
White with #94A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A6BB; }
p { color: rgb(148,166,187); }
H1.HeaderClassName
{
color: #94A6BB;
}
.AnyTagClassName
{
color: #94A6BB;
}
</style>
background-color css
<style>
a { background-color: #94A6BB; }
a { background-color: rgb(148,166,187); }
div.DivClassName
{
background-color: #94A6BB;
}
.BgClassName
{
background-color: #94A6BB;
}
</style>
border-color css
<style>
span { border-color: #94A6BB; }
span { border-color: rgb(148,166,187); }
td.TdClassName
{
border-color: #94A6BB;
}
.TagClassName
{
border-color: #94A6BB;
}
</style>