Shades of Rock Blue #97A5BA
Tints of Rock Blue #97A5BA
RGB
CMYK
RGB Variations
Color information
#97A5BA (or 0x97A5BA) is known color: Rock Blue. HEX triplet: 97, A5 and BA. RGB value is (151,165,186). Sum of RGB (Red+Green+Blue) = 151+165+186=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #97A5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A5BA is #685A45. Grayscale: #A3A3A3. Windows color (decimal): -6838854 or 12232087. OLE color: 12232087.
HSL color Cylindrical-coordinate representation of color #97A5BA: hue angle of 216º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97A5BA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 165 | 186 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.27 |
| HSL | 216º | 0.2% | 0.66% | - |
| HSV(B) | 216º | 0.19% | 0.73% | - |
| XYZ | 35.08 | 37.03 | 51.75 | - |
| YUV | 163.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 165 | 186 | 0.19 | 0.11 | 0 | 0.27 | 216 | 0.2 | 0.66 |
| Hex | 97 | A5 | BA | 13 | B | 0 | 1B | D8 | 14 | 42 |
| Octal | 227 | 245 | 272 | 23 | 13 | 0 | 33 | 330 | 24 | 102 |
| Binary | 10010111 | 10100101 | 10111010 | 10011 | 1011 | 0 | 11011 | 11011000 | 10100 | 1000010 |
Color Harmonies of #97A5BA
Complementary color
Monochromatic Colors of #97A5BA
Black with #97A5BA
Text Example
Text Example
White with #97A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A5BA; }
p { color: rgb(151,165,186); }
H1.HeaderClassName
{
color: #97A5BA;
}
.AnyTagClassName
{
color: #97A5BA;
}
</style>
background-color css
<style>
a { background-color: #97A5BA; }
a { background-color: rgb(151,165,186); }
div.DivClassName
{
background-color: #97A5BA;
}
.BgClassName
{
background-color: #97A5BA;
}
</style>
border-color css
<style>
span { border-color: #97A5BA; }
span { border-color: rgb(151,165,186); }
td.TdClassName
{
border-color: #97A5BA;
}
.TagClassName
{
border-color: #97A5BA;
}
</style>