Shades of Rock Blue #97A1BC
Tints of Rock Blue #97A1BC
RGB
CMYK
RGB Variations
Color information
#97A1BC (or 0x97A1BC) is known color: Rock Blue. HEX triplet: 97, A1 and BC. RGB value is (151,161,188). Sum of RGB (Red+Green+Blue) = 151+161+188=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #97A1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A1BC is #685E43. Grayscale: #A0A0A0. Windows color (decimal): -6839876 or 12362135. OLE color: 12362135.
HSL color Cylindrical-coordinate representation of color #97A1BC: hue angle of 223.78º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #97A1BC is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 161 | 188 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.26 |
| HSL | 223.78º | 0.22% | 0.66% | - |
| HSV(B) | 223.78º | 0.2% | 0.74% | - |
| XYZ | 34.58 | 35.7 | 52.64 | - |
| YUV | 161.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 161 | 188 | 0.20 | 0.14 | 0 | 0.26 | 223.78 | 0.22 | 0.66 |
| Hex | 97 | A1 | BC | 14 | E | 0 | 1A | E0 | 16 | 42 |
| Octal | 227 | 241 | 274 | 24 | 16 | 0 | 32 | 340 | 26 | 102 |
| Binary | 10010111 | 10100001 | 10111100 | 10100 | 1110 | 0 | 11010 | 11100000 | 10110 | 1000010 |
Color Harmonies of #97A1BC
Complementary color
Monochromatic Colors of #97A1BC
Black with #97A1BC
Text Example
Text Example
White with #97A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A1BC; }
p { color: rgb(151,161,188); }
H1.HeaderClassName
{
color: #97A1BC;
}
.AnyTagClassName
{
color: #97A1BC;
}
</style>
background-color css
<style>
a { background-color: #97A1BC; }
a { background-color: rgb(151,161,188); }
div.DivClassName
{
background-color: #97A1BC;
}
.BgClassName
{
background-color: #97A1BC;
}
</style>
border-color css
<style>
span { border-color: #97A1BC; }
span { border-color: rgb(151,161,188); }
td.TdClassName
{
border-color: #97A1BC;
}
.TagClassName
{
border-color: #97A1BC;
}
</style>