Shades of Rock Blue #979DB4
Tints of Rock Blue #979DB4
RGB
CMYK
RGB Variations
Color information
#979DB4 (or 0x979DB4) is known color: Rock Blue. HEX triplet: 97, 9D and B4. RGB value is (151,157,180). Sum of RGB (Red+Green+Blue) = 151+157+180=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 180 - color contains mainly: blue. Hex color #979DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DB4 is #68624B. Grayscale: #9D9D9D. Windows color (decimal): -6840908 or 11836823. OLE color: 11836823.
HSL color Cylindrical-coordinate representation of color #979DB4: hue angle of 227.59º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #979DB4 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 157 | 180 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.29 |
| HSL | 227.59º | 0.16% | 0.65% | - |
| HSV(B) | 227.59º | 0.16% | 0.71% | - |
| XYZ | 33.06 | 33.99 | 48 | - |
| YUV | 157.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 180 | 0.16 | 0.13 | 0 | 0.29 | 227.59 | 0.16 | 0.65 |
| Hex | 97 | 9D | B4 | 10 | D | 0 | 1D | E4 | 10 | 41 |
| Octal | 227 | 235 | 264 | 20 | 15 | 0 | 35 | 344 | 20 | 101 |
| Binary | 10010111 | 10011101 | 10110100 | 10000 | 1101 | 0 | 11101 | 11100100 | 10000 | 1000001 |
Color Harmonies of #979DB4
Complementary color
Monochromatic Colors of #979DB4
Black with #979DB4
Text Example
Text Example
White with #979DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979DB4; }
p { color: rgb(151,157,180); }
H1.HeaderClassName
{
color: #979DB4;
}
.AnyTagClassName
{
color: #979DB4;
}
</style>
background-color css
<style>
a { background-color: #979DB4; }
a { background-color: rgb(151,157,180); }
div.DivClassName
{
background-color: #979DB4;
}
.BgClassName
{
background-color: #979DB4;
}
</style>
border-color css
<style>
span { border-color: #979DB4; }
span { border-color: rgb(151,157,180); }
td.TdClassName
{
border-color: #979DB4;
}
.TagClassName
{
border-color: #979DB4;
}
</style>