Shades of Rock Blue #979DB5
Tints of Rock Blue #979DB5
RGB
CMYK
RGB Variations
Color information
#979DB5 (or 0x979DB5) is known color: Rock Blue. HEX triplet: 97, 9D and B5. RGB value is (151,157,181). Sum of RGB (Red+Green+Blue) = 151+157+181=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 181 - color contains mainly: blue. Hex color #979DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DB5 is #68624A. Grayscale: #9D9D9D. Windows color (decimal): -6840907 or 11902359. OLE color: 11902359.
HSL color Cylindrical-coordinate representation of color #979DB5: hue angle of 228º degrees, saturation: 0.17, 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 #979DB5 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 157 | 181 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.29 |
| HSL | 228º | 0.17% | 0.65% | - |
| HSV(B) | 228º | 0.17% | 0.71% | - |
| XYZ | 33.16 | 34.03 | 48.54 | - |
| YUV | 157.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 181 | 0.17 | 0.13 | 0 | 0.29 | 228 | 0.17 | 0.65 |
| Hex | 97 | 9D | B5 | 11 | D | 0 | 1D | E4 | 11 | 41 |
| Octal | 227 | 235 | 265 | 21 | 15 | 0 | 35 | 344 | 21 | 101 |
| Binary | 10010111 | 10011101 | 10110101 | 10001 | 1101 | 0 | 11101 | 11100100 | 10001 | 1000001 |
Color Harmonies of #979DB5
Complementary color
Monochromatic Colors of #979DB5
Black with #979DB5
Text Example
Text Example
White with #979DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979DB5; }
p { color: rgb(151,157,181); }
H1.HeaderClassName
{
color: #979DB5;
}
.AnyTagClassName
{
color: #979DB5;
}
</style>
background-color css
<style>
a { background-color: #979DB5; }
a { background-color: rgb(151,157,181); }
div.DivClassName
{
background-color: #979DB5;
}
.BgClassName
{
background-color: #979DB5;
}
</style>
border-color css
<style>
span { border-color: #979DB5; }
span { border-color: rgb(151,157,181); }
td.TdClassName
{
border-color: #979DB5;
}
.TagClassName
{
border-color: #979DB5;
}
</style>