Shades of Rock Blue #97A1B8
Tints of Rock Blue #97A1B8
RGB
CMYK
RGB Variations
Color information
#97A1B8 (or 0x97A1B8) is known color: Rock Blue. HEX triplet: 97, A1 and B8. RGB value is (151,161,184). Sum of RGB (Red+Green+Blue) = 151+161+184=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 184 - color contains mainly: blue. Hex color #97A1B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A1B8 is #685E47. Grayscale: #A0A0A0. Windows color (decimal): -6839880 or 12099991. OLE color: 12099991.
HSL color Cylindrical-coordinate representation of color #97A1B8: hue angle of 221.82º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97A1B8 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 161 | 184 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.28 |
| HSL | 221.82º | 0.19% | 0.66% | - |
| HSV(B) | 221.82º | 0.18% | 0.72% | - |
| XYZ | 34.16 | 35.53 | 50.4 | - |
| YUV | 160.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 161 | 184 | 0.18 | 0.12 | 0 | 0.28 | 221.82 | 0.19 | 0.66 |
| Hex | 97 | A1 | B8 | 12 | C | 0 | 1C | DE | 13 | 42 |
| Octal | 227 | 241 | 270 | 22 | 14 | 0 | 34 | 336 | 23 | 102 |
| Binary | 10010111 | 10100001 | 10111000 | 10010 | 1100 | 0 | 11100 | 11011110 | 10011 | 1000010 |
Color Harmonies of #97A1B8
Complementary color
Monochromatic Colors of #97A1B8
Black with #97A1B8
Text Example
Text Example
White with #97A1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A1B8; }
p { color: rgb(151,161,184); }
H1.HeaderClassName
{
color: #97A1B8;
}
.AnyTagClassName
{
color: #97A1B8;
}
</style>
background-color css
<style>
a { background-color: #97A1B8; }
a { background-color: rgb(151,161,184); }
div.DivClassName
{
background-color: #97A1B8;
}
.BgClassName
{
background-color: #97A1B8;
}
</style>
border-color css
<style>
span { border-color: #97A1B8; }
span { border-color: rgb(151,161,184); }
td.TdClassName
{
border-color: #97A1B8;
}
.TagClassName
{
border-color: #97A1B8;
}
</style>