Shades of Rock Blue #979DB2
Tints of Rock Blue #979DB2
RGB
CMYK
RGB Variations
Color information
#979DB2 (or 0x979DB2) is known color: Rock Blue. HEX triplet: 97, 9D and B2. RGB value is (151,157,178). Sum of RGB (Red+Green+Blue) = 151+157+178=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 178 - color contains mainly: blue. Hex color #979DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979DB2 is #68624D. Grayscale: #9D9D9D. Windows color (decimal): -6840910 or 11705751. OLE color: 11705751.
HSL color Cylindrical-coordinate representation of color #979DB2: hue angle of 226.67º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #979DB2 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 151 | 157 | 178 | - |
CMYK | 0.15 | 0.12 | 0 | 0.30 |
HSL | 226.67º | 0.15% | 0.65% | - |
HSV(B) | 226.67º | 0.15% | 0.7% | - |
XYZ | 32.86 | 33.91 | 46.93 | - |
YUV | 157.6 | 139.51 | 123.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 157 | 178 | 0.15 | 0.12 | 0 | 0.30 | 226.67 | 0.15 | 0.65 |
Hex | 97 | 9D | B2 | F | C | 0 | 1E | E3 | F | 41 |
Octal | 227 | 235 | 262 | 17 | 14 | 0 | 36 | 343 | 17 | 101 |
Binary | 10010111 | 10011101 | 10110010 | 1111 | 1100 | 0 | 11110 | 11100011 | 1111 | 1000001 |
Color Harmonies of #979DB2
Complementary color
Monochromatic Colors of #979DB2
Black with #979DB2
Text Example
Text Example
White with #979DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979DB2; }
p { color: rgb(151,157,178); }
H1.HeaderClassName
{
color: #979DB2;
}
.AnyTagClassName
{
color: #979DB2;
}
</style>
background-color css
<style>
a { background-color: #979DB2; }
a { background-color: rgb(151,157,178); }
div.DivClassName
{
background-color: #979DB2;
}
.BgClassName
{
background-color: #979DB2;
}
</style>
border-color css
<style>
span { border-color: #979DB2; }
span { border-color: rgb(151,157,178); }
td.TdClassName
{
border-color: #979DB2;
}
.TagClassName
{
border-color: #979DB2;
}
</style>