Shades of Rock Blue #979DB6
Tints of Rock Blue #979DB6
RGB
CMYK
RGB Variations
Color information
#979DB6 (or 0x979DB6) is known color: Rock Blue. HEX triplet: 97, 9D and B6. RGB value is (151,157,182). Sum of RGB (Red+Green+Blue) = 151+157+182=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: blue. Hex color #979DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DB6 is #686249. Grayscale: #9D9D9D. Windows color (decimal): -6840906 or 11967895. OLE color: 11967895.
HSL color Cylindrical-coordinate representation of color #979DB6: hue angle of 228.39º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #979DB6 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 157 | 182 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.29 |
| HSL | 228.39º | 0.18% | 0.65% | - |
| HSV(B) | 228.39º | 0.17% | 0.71% | - |
| XYZ | 33.26 | 34.07 | 49.08 | - |
| YUV | 158.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 182 | 0.17 | 0.14 | 0 | 0.29 | 228.39 | 0.18 | 0.65 |
| Hex | 97 | 9D | B6 | 11 | E | 0 | 1D | E4 | 12 | 41 |
| Octal | 227 | 235 | 266 | 21 | 16 | 0 | 35 | 344 | 22 | 101 |
| Binary | 10010111 | 10011101 | 10110110 | 10001 | 1110 | 0 | 11101 | 11100100 | 10010 | 1000001 |
Color Harmonies of #979DB6
Complementary color
Monochromatic Colors of #979DB6
Black with #979DB6
Text Example
Text Example
White with #979DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979DB6; }
p { color: rgb(151,157,182); }
H1.HeaderClassName
{
color: #979DB6;
}
.AnyTagClassName
{
color: #979DB6;
}
</style>
background-color css
<style>
a { background-color: #979DB6; }
a { background-color: rgb(151,157,182); }
div.DivClassName
{
background-color: #979DB6;
}
.BgClassName
{
background-color: #979DB6;
}
</style>
border-color css
<style>
span { border-color: #979DB6; }
span { border-color: rgb(151,157,182); }
td.TdClassName
{
border-color: #979DB6;
}
.TagClassName
{
border-color: #979DB6;
}
</style>