Shades of Rock Blue #949FBB
Tints of Rock Blue #949FBB
RGB
CMYK
RGB Variations
Color information
#949FBB (or 0x949FBB) is known color: Rock Blue. HEX triplet: 94, 9F and BB. RGB value is (148,159,187). Sum of RGB (Red+Green+Blue) = 148+159+187=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #949FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FBB is #6B6044. Grayscale: #9E9E9E. Windows color (decimal): -7036997 or 12296084. OLE color: 12296084.
HSL color Cylindrical-coordinate representation of color #949FBB: hue angle of 223.08º 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 #949FBB is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 159 | 187 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.27 |
| HSL | 223.08º | 0.22% | 0.66% | - |
| HSV(B) | 223.08º | 0.21% | 0.73% | - |
| XYZ | 33.58 | 34.68 | 51.94 | - |
| YUV | 158.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 187 | 0.21 | 0.15 | 0 | 0.27 | 223.08 | 0.22 | 0.66 |
| Hex | 94 | 9F | BB | 15 | F | 0 | 1B | DF | 16 | 42 |
| Octal | 224 | 237 | 273 | 25 | 17 | 0 | 33 | 337 | 26 | 102 |
| Binary | 10010100 | 10011111 | 10111011 | 10101 | 1111 | 0 | 11011 | 11011111 | 10110 | 1000010 |
Color Harmonies of #949FBB
Complementary color
Monochromatic Colors of #949FBB
Black with #949FBB
Text Example
Text Example
White with #949FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FBB; }
p { color: rgb(148,159,187); }
H1.HeaderClassName
{
color: #949FBB;
}
.AnyTagClassName
{
color: #949FBB;
}
</style>
background-color css
<style>
a { background-color: #949FBB; }
a { background-color: rgb(148,159,187); }
div.DivClassName
{
background-color: #949FBB;
}
.BgClassName
{
background-color: #949FBB;
}
</style>
border-color css
<style>
span { border-color: #949FBB; }
span { border-color: rgb(148,159,187); }
td.TdClassName
{
border-color: #949FBB;
}
.TagClassName
{
border-color: #949FBB;
}
</style>