Shades of Rock Blue #979DB0
Tints of Rock Blue #979DB0
RGB
CMYK
RGB Variations
Color information
#979DB0 (or 0x979DB0) is known color: Rock Blue. HEX triplet: 97, 9D and B0. RGB value is (151,157,176). Sum of RGB (Red+Green+Blue) = 151+157+176=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 176 - color contains mainly: blue. Hex color #979DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979DB0 is #68624F. Grayscale: #9D9D9D. Windows color (decimal): -6840912 or 11574679. OLE color: 11574679.
HSL color Cylindrical-coordinate representation of color #979DB0: hue angle of 225.6º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #979DB0 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 157 | 176 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.31 |
| HSL | 225.6º | 0.14% | 0.64% | - |
| HSV(B) | 225.6º | 0.14% | 0.69% | - |
| XYZ | 32.66 | 33.83 | 45.88 | - |
| YUV | 157.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 176 | 0.14 | 0.11 | 0 | 0.31 | 225.6 | 0.14 | 0.64 |
| Hex | 97 | 9D | B0 | E | B | 0 | 1F | E2 | E | 40 |
| Octal | 227 | 235 | 260 | 16 | 13 | 0 | 37 | 342 | 16 | 100 |
| Binary | 10010111 | 10011101 | 10110000 | 1110 | 1011 | 0 | 11111 | 11100010 | 1110 | 1000000 |
Color Harmonies of #979DB0
Complementary color
Monochromatic Colors of #979DB0
Black with #979DB0
Text Example
Text Example
White with #979DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979DB0; }
p { color: rgb(151,157,176); }
H1.HeaderClassName
{
color: #979DB0;
}
.AnyTagClassName
{
color: #979DB0;
}
</style>
background-color css
<style>
a { background-color: #979DB0; }
a { background-color: rgb(151,157,176); }
div.DivClassName
{
background-color: #979DB0;
}
.BgClassName
{
background-color: #979DB0;
}
</style>
border-color css
<style>
span { border-color: #979DB0; }
span { border-color: rgb(151,157,176); }
td.TdClassName
{
border-color: #979DB0;
}
.TagClassName
{
border-color: #979DB0;
}
</style>