Shades of Rock Blue #979EBF
Tints of Rock Blue #979EBF
RGB
CMYK
RGB Variations
Color information
#979EBF (or 0x979EBF) is known color: Rock Blue. HEX triplet: 97, 9E and BF. RGB value is (151,158,191). Sum of RGB (Red+Green+Blue) = 151+158+191=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #979EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979EBF is #686140. Grayscale: #9F9F9F. Windows color (decimal): -6840641 or 12557975. OLE color: 12557975.
HSL color Cylindrical-coordinate representation of color #979EBF: hue angle of 229.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #979EBF is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 158 | 191 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.25 |
| HSL | 229.5º | 0.24% | 0.67% | - |
| HSV(B) | 229.5º | 0.21% | 0.75% | - |
| XYZ | 34.39 | 34.79 | 54.19 | - |
| YUV | 159.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 191 | 0.21 | 0.17 | 0 | 0.25 | 229.5 | 0.24 | 0.67 |
| Hex | 97 | 9E | BF | 15 | 11 | 0 | 19 | E6 | 18 | 43 |
| Octal | 227 | 236 | 277 | 25 | 21 | 0 | 31 | 346 | 30 | 103 |
| Binary | 10010111 | 10011110 | 10111111 | 10101 | 10001 | 0 | 11001 | 11100110 | 11000 | 1000011 |
Color Harmonies of #979EBF
Complementary color
Monochromatic Colors of #979EBF
Black with #979EBF
Text Example
Text Example
White with #979EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979EBF; }
p { color: rgb(151,158,191); }
H1.HeaderClassName
{
color: #979EBF;
}
.AnyTagClassName
{
color: #979EBF;
}
</style>
background-color css
<style>
a { background-color: #979EBF; }
a { background-color: rgb(151,158,191); }
div.DivClassName
{
background-color: #979EBF;
}
.BgClassName
{
background-color: #979EBF;
}
</style>
border-color css
<style>
span { border-color: #979EBF; }
span { border-color: rgb(151,158,191); }
td.TdClassName
{
border-color: #979EBF;
}
.TagClassName
{
border-color: #979EBF;
}
</style>