Shades of Rock Blue #949EBB
Tints of Rock Blue #949EBB
RGB
CMYK
RGB Variations
Color information
#949EBB (or 0x949EBB) is known color: Rock Blue. HEX triplet: 94, 9E and BB. RGB value is (148,158,187). Sum of RGB (Red+Green+Blue) = 148+158+187=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #949EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EBB is #6B6144. Grayscale: #9E9E9E. Windows color (decimal): -7037253 or 12295828. OLE color: 12295828.
HSL color Cylindrical-coordinate representation of color #949EBB: hue angle of 224.62º 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 #949EBB is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 158 | 187 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.27 |
| HSL | 224.62º | 0.22% | 0.66% | - |
| HSV(B) | 224.62º | 0.21% | 0.73% | - |
| XYZ | 33.41 | 34.34 | 51.88 | - |
| YUV | 158.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 187 | 0.21 | 0.16 | 0 | 0.27 | 224.62 | 0.22 | 0.66 |
| Hex | 94 | 9E | BB | 15 | 10 | 0 | 1B | E1 | 16 | 42 |
| Octal | 224 | 236 | 273 | 25 | 20 | 0 | 33 | 341 | 26 | 102 |
| Binary | 10010100 | 10011110 | 10111011 | 10101 | 10000 | 0 | 11011 | 11100001 | 10110 | 1000010 |
Color Harmonies of #949EBB
Complementary color
Monochromatic Colors of #949EBB
Black with #949EBB
Text Example
Text Example
White with #949EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949EBB; }
p { color: rgb(148,158,187); }
H1.HeaderClassName
{
color: #949EBB;
}
.AnyTagClassName
{
color: #949EBB;
}
</style>
background-color css
<style>
a { background-color: #949EBB; }
a { background-color: rgb(148,158,187); }
div.DivClassName
{
background-color: #949EBB;
}
.BgClassName
{
background-color: #949EBB;
}
</style>
border-color css
<style>
span { border-color: #949EBB; }
span { border-color: rgb(148,158,187); }
td.TdClassName
{
border-color: #949EBB;
}
.TagClassName
{
border-color: #949EBB;
}
</style>