Shades of Rock Blue #949BAC
Tints of Rock Blue #949BAC
RGB
CMYK
RGB Variations
Color information
#949BAC (or 0x949BAC) is known color: Rock Blue. HEX triplet: 94, 9B and AC. RGB value is (148,155,172). Sum of RGB (Red+Green+Blue) = 148+155+172=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #949BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949BAC is #6B6453. Grayscale: #9A9A9A. Windows color (decimal): -7038036 or 11312020. OLE color: 11312020.
HSL color Cylindrical-coordinate representation of color #949BAC: hue angle of 222.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #949BAC is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 155 | 172 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.33 |
| HSL | 222.5º | 0.13% | 0.63% | - |
| HSV(B) | 222.5º | 0.14% | 0.67% | - |
| XYZ | 31.38 | 32.72 | 43.69 | - |
| YUV | 154.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 172 | 0.14 | 0.10 | 0 | 0.33 | 222.5 | 0.13 | 0.63 |
| Hex | 94 | 9B | AC | E | A | 0 | 21 | DE | D | 3F |
| Octal | 224 | 233 | 254 | 16 | 12 | 0 | 41 | 336 | 15 | 77 |
| Binary | 10010100 | 10011011 | 10101100 | 1110 | 1010 | 0 | 100001 | 11011110 | 1101 | 111111 |
Color Harmonies of #949BAC
Complementary color
Monochromatic Colors of #949BAC
Black with #949BAC
Text Example
Text Example
White with #949BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BAC; }
p { color: rgb(148,155,172); }
H1.HeaderClassName
{
color: #949BAC;
}
.AnyTagClassName
{
color: #949BAC;
}
</style>
background-color css
<style>
a { background-color: #949BAC; }
a { background-color: rgb(148,155,172); }
div.DivClassName
{
background-color: #949BAC;
}
.BgClassName
{
background-color: #949BAC;
}
</style>
border-color css
<style>
span { border-color: #949BAC; }
span { border-color: rgb(148,155,172); }
td.TdClassName
{
border-color: #949BAC;
}
.TagClassName
{
border-color: #949BAC;
}
</style>