Shades of Rock Blue #979FC1
Tints of Rock Blue #979FC1
RGB
CMYK
RGB Variations
Color information
#979FC1 (or 0x979FC1) is known color: Rock Blue. HEX triplet: 97, 9F and C1. RGB value is (151,159,193). Sum of RGB (Red+Green+Blue) = 151+159+193=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #979FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FC1 is #68603E. Grayscale: #A0A0A0. Windows color (decimal): -6840383 or 12689303. OLE color: 12689303.
HSL color Cylindrical-coordinate representation of color #979FC1: hue angle of 228.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #979FC1 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 159 | 193 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.24 |
| HSL | 228.57º | 0.25% | 0.67% | - |
| HSV(B) | 228.57º | 0.22% | 0.76% | - |
| XYZ | 34.79 | 35.23 | 55.42 | - |
| YUV | 160.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 193 | 0.22 | 0.18 | 0 | 0.24 | 228.57 | 0.25 | 0.67 |
| Hex | 97 | 9F | C1 | 16 | 12 | 0 | 18 | E5 | 19 | 43 |
| Octal | 227 | 237 | 301 | 26 | 22 | 0 | 30 | 345 | 31 | 103 |
| Binary | 10010111 | 10011111 | 11000001 | 10110 | 10010 | 0 | 11000 | 11100101 | 11001 | 1000011 |
Color Harmonies of #979FC1
Complementary color
Monochromatic Colors of #979FC1
Black with #979FC1
Text Example
Text Example
White with #979FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979FC1; }
p { color: rgb(151,159,193); }
H1.HeaderClassName
{
color: #979FC1;
}
.AnyTagClassName
{
color: #979FC1;
}
</style>
background-color css
<style>
a { background-color: #979FC1; }
a { background-color: rgb(151,159,193); }
div.DivClassName
{
background-color: #979FC1;
}
.BgClassName
{
background-color: #979FC1;
}
</style>
border-color css
<style>
span { border-color: #979FC1; }
span { border-color: rgb(151,159,193); }
td.TdClassName
{
border-color: #979FC1;
}
.TagClassName
{
border-color: #979FC1;
}
</style>