Shades of Rock Blue #949DBF
Tints of Rock Blue #949DBF
RGB
CMYK
RGB Variations
Color information
#949DBF (or 0x949DBF) is known color: Rock Blue. HEX triplet: 94, 9D and BF. RGB value is (148,157,191). Sum of RGB (Red+Green+Blue) = 148+157+191=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #949DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DBF is #6B6240. Grayscale: #9E9E9E. Windows color (decimal): -7037505 or 12557716. OLE color: 12557716.
HSL color Cylindrical-coordinate representation of color #949DBF: hue angle of 227.44º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #949DBF is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 157 | 191 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.25 |
| HSL | 227.44º | 0.25% | 0.66% | - |
| HSV(B) | 227.44º | 0.23% | 0.75% | - |
| XYZ | 33.67 | 34.17 | 54.11 | - |
| YUV | 158.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 191 | 0.23 | 0.18 | 0 | 0.25 | 227.44 | 0.25 | 0.66 |
| Hex | 94 | 9D | BF | 17 | 12 | 0 | 19 | E3 | 19 | 42 |
| Octal | 224 | 235 | 277 | 27 | 22 | 0 | 31 | 343 | 31 | 102 |
| Binary | 10010100 | 10011101 | 10111111 | 10111 | 10010 | 0 | 11001 | 11100011 | 11001 | 1000010 |
Color Harmonies of #949DBF
Complementary color
Monochromatic Colors of #949DBF
Black with #949DBF
Text Example
Text Example
White with #949DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DBF; }
p { color: rgb(148,157,191); }
H1.HeaderClassName
{
color: #949DBF;
}
.AnyTagClassName
{
color: #949DBF;
}
</style>
background-color css
<style>
a { background-color: #949DBF; }
a { background-color: rgb(148,157,191); }
div.DivClassName
{
background-color: #949DBF;
}
.BgClassName
{
background-color: #949DBF;
}
</style>
border-color css
<style>
span { border-color: #949DBF; }
span { border-color: rgb(148,157,191); }
td.TdClassName
{
border-color: #949DBF;
}
.TagClassName
{
border-color: #949DBF;
}
</style>