Shades of Rock Blue #949DB9
Tints of Rock Blue #949DB9
RGB
CMYK
RGB Variations
Color information
#949DB9 (or 0x949DB9) is known color: Rock Blue. HEX triplet: 94, 9D and B9. RGB value is (148,157,185). Sum of RGB (Red+Green+Blue) = 148+157+185=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #949DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DB9 is #6B6246. Grayscale: #9D9D9D. Windows color (decimal): -7037511 or 12164500. OLE color: 12164500.
HSL color Cylindrical-coordinate representation of color #949DB9: hue angle of 225.41º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949DB9 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 157 | 185 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.27 |
| HSL | 225.41º | 0.21% | 0.65% | - |
| HSV(B) | 225.41º | 0.2% | 0.73% | - |
| XYZ | 33.03 | 33.91 | 50.7 | - |
| YUV | 157.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 185 | 0.20 | 0.15 | 0 | 0.27 | 225.41 | 0.21 | 0.65 |
| Hex | 94 | 9D | B9 | 14 | F | 0 | 1B | E1 | 15 | 41 |
| Octal | 224 | 235 | 271 | 24 | 17 | 0 | 33 | 341 | 25 | 101 |
| Binary | 10010100 | 10011101 | 10111001 | 10100 | 1111 | 0 | 11011 | 11100001 | 10101 | 1000001 |
Color Harmonies of #949DB9
Complementary color
Monochromatic Colors of #949DB9
Black with #949DB9
Text Example
Text Example
White with #949DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DB9; }
p { color: rgb(148,157,185); }
H1.HeaderClassName
{
color: #949DB9;
}
.AnyTagClassName
{
color: #949DB9;
}
</style>
background-color css
<style>
a { background-color: #949DB9; }
a { background-color: rgb(148,157,185); }
div.DivClassName
{
background-color: #949DB9;
}
.BgClassName
{
background-color: #949DB9;
}
</style>
border-color css
<style>
span { border-color: #949DB9; }
span { border-color: rgb(148,157,185); }
td.TdClassName
{
border-color: #949DB9;
}
.TagClassName
{
border-color: #949DB9;
}
</style>