Shades of Rock Blue #949DBB
Tints of Rock Blue #949DBB
RGB
CMYK
RGB Variations
Color information
#949DBB (or 0x949DBB) is known color: Rock Blue. HEX triplet: 94, 9D and BB. RGB value is (148,157,187). Sum of RGB (Red+Green+Blue) = 148+157+187=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #949DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DBB is #6B6244. Grayscale: #9D9D9D. Windows color (decimal): -7037509 or 12295572. OLE color: 12295572.
HSL color Cylindrical-coordinate representation of color #949DBB: hue angle of 226.15º 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 #949DBB is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 157 | 187 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.27 |
| HSL | 226.15º | 0.22% | 0.66% | - |
| HSV(B) | 226.15º | 0.21% | 0.73% | - |
| XYZ | 33.24 | 34 | 51.82 | - |
| YUV | 157.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 187 | 0.21 | 0.16 | 0 | 0.27 | 226.15 | 0.22 | 0.66 |
| Hex | 94 | 9D | BB | 15 | 10 | 0 | 1B | E2 | 16 | 42 |
| Octal | 224 | 235 | 273 | 25 | 20 | 0 | 33 | 342 | 26 | 102 |
| Binary | 10010100 | 10011101 | 10111011 | 10101 | 10000 | 0 | 11011 | 11100010 | 10110 | 1000010 |
Color Harmonies of #949DBB
Complementary color
Monochromatic Colors of #949DBB
Black with #949DBB
Text Example
Text Example
White with #949DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DBB; }
p { color: rgb(148,157,187); }
H1.HeaderClassName
{
color: #949DBB;
}
.AnyTagClassName
{
color: #949DBB;
}
</style>
background-color css
<style>
a { background-color: #949DBB; }
a { background-color: rgb(148,157,187); }
div.DivClassName
{
background-color: #949DBB;
}
.BgClassName
{
background-color: #949DBB;
}
</style>
border-color css
<style>
span { border-color: #949DBB; }
span { border-color: rgb(148,157,187); }
td.TdClassName
{
border-color: #949DBB;
}
.TagClassName
{
border-color: #949DBB;
}
</style>