Shades of Rock Blue #949BB2
Tints of Rock Blue #949BB2
RGB
CMYK
RGB Variations
Color information
#949BB2 (or 0x949BB2) is known color: Rock Blue. HEX triplet: 94, 9B and B2. RGB value is (148,155,178). Sum of RGB (Red+Green+Blue) = 148+155+178=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 178 - color contains mainly: blue. Hex color #949BB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949BB2 is #6B644D. Grayscale: #9B9B9B. Windows color (decimal): -7038030 or 11705236. OLE color: 11705236.
HSL color Cylindrical-coordinate representation of color #949BB2: hue angle of 226º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #949BB2 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 155 | 178 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.30 |
| HSL | 226º | 0.16% | 0.64% | - |
| HSV(B) | 226º | 0.17% | 0.7% | - |
| XYZ | 31.97 | 32.95 | 46.8 | - |
| YUV | 155.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 178 | 0.17 | 0.13 | 0 | 0.30 | 226 | 0.16 | 0.64 |
| Hex | 94 | 9B | B2 | 11 | D | 0 | 1E | E2 | 10 | 40 |
| Octal | 224 | 233 | 262 | 21 | 15 | 0 | 36 | 342 | 20 | 100 |
| Binary | 10010100 | 10011011 | 10110010 | 10001 | 1101 | 0 | 11110 | 11100010 | 10000 | 1000000 |
Color Harmonies of #949BB2
Complementary color
Monochromatic Colors of #949BB2
Black with #949BB2
Text Example
Text Example
White with #949BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BB2; }
p { color: rgb(148,155,178); }
H1.HeaderClassName
{
color: #949BB2;
}
.AnyTagClassName
{
color: #949BB2;
}
</style>
background-color css
<style>
a { background-color: #949BB2; }
a { background-color: rgb(148,155,178); }
div.DivClassName
{
background-color: #949BB2;
}
.BgClassName
{
background-color: #949BB2;
}
</style>
border-color css
<style>
span { border-color: #949BB2; }
span { border-color: rgb(148,155,178); }
td.TdClassName
{
border-color: #949BB2;
}
.TagClassName
{
border-color: #949BB2;
}
</style>