Shades of Rock Blue #979CB1
Tints of Rock Blue #979CB1
RGB
CMYK
RGB Variations
Color information
#979CB1 (or 0x979CB1) is known color: Rock Blue. HEX triplet: 97, 9C and B1. RGB value is (151,156,177). Sum of RGB (Red+Green+Blue) = 151+156+177=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 177 - color contains mainly: blue. Hex color #979CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979CB1 is #68634E. Grayscale: #9C9C9C. Windows color (decimal): -6841167 or 11639959. OLE color: 11639959.
HSL color Cylindrical-coordinate representation of color #979CB1: hue angle of 228.46º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #979CB1 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 156 | 177 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.31 |
| HSL | 228.46º | 0.14% | 0.64% | - |
| HSV(B) | 228.46º | 0.15% | 0.69% | - |
| XYZ | 32.59 | 33.53 | 46.35 | - |
| YUV | 156.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 177 | 0.15 | 0.12 | 0 | 0.31 | 228.46 | 0.14 | 0.64 |
| Hex | 97 | 9C | B1 | F | C | 0 | 1F | E4 | E | 40 |
| Octal | 227 | 234 | 261 | 17 | 14 | 0 | 37 | 344 | 16 | 100 |
| Binary | 10010111 | 10011100 | 10110001 | 1111 | 1100 | 0 | 11111 | 11100100 | 1110 | 1000000 |
Color Harmonies of #979CB1
Complementary color
Monochromatic Colors of #979CB1
Black with #979CB1
Text Example
Text Example
White with #979CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979CB1; }
p { color: rgb(151,156,177); }
H1.HeaderClassName
{
color: #979CB1;
}
.AnyTagClassName
{
color: #979CB1;
}
</style>
background-color css
<style>
a { background-color: #979CB1; }
a { background-color: rgb(151,156,177); }
div.DivClassName
{
background-color: #979CB1;
}
.BgClassName
{
background-color: #979CB1;
}
</style>
border-color css
<style>
span { border-color: #979CB1; }
span { border-color: rgb(151,156,177); }
td.TdClassName
{
border-color: #979CB1;
}
.TagClassName
{
border-color: #979CB1;
}
</style>