Shades of Rock Blue #97A1B4
Tints of Rock Blue #97A1B4
RGB
CMYK
RGB Variations
Color information
#97A1B4 (or 0x97A1B4) is known color: Rock Blue. HEX triplet: 97, A1 and B4. RGB value is (151,161,180). Sum of RGB (Red+Green+Blue) = 151+161+180=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 180 - color contains mainly: blue. Hex color #97A1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A1B4 is #685E4B. Grayscale: #A0A0A0. Windows color (decimal): -6839884 or 11837847. OLE color: 11837847.
HSL color Cylindrical-coordinate representation of color #97A1B4: hue angle of 219.31º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #97A1B4 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 161 | 180 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.29 |
| HSL | 219.31º | 0.16% | 0.65% | - |
| HSV(B) | 219.31º | 0.16% | 0.71% | - |
| XYZ | 33.75 | 35.36 | 48.23 | - |
| YUV | 160.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 161 | 180 | 0.16 | 0.11 | 0 | 0.29 | 219.31 | 0.16 | 0.65 |
| Hex | 97 | A1 | B4 | 10 | B | 0 | 1D | DB | 10 | 41 |
| Octal | 227 | 241 | 264 | 20 | 13 | 0 | 35 | 333 | 20 | 101 |
| Binary | 10010111 | 10100001 | 10110100 | 10000 | 1011 | 0 | 11101 | 11011011 | 10000 | 1000001 |
Color Harmonies of #97A1B4
Complementary color
Monochromatic Colors of #97A1B4
Black with #97A1B4
Text Example
Text Example
White with #97A1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A1B4; }
p { color: rgb(151,161,180); }
H1.HeaderClassName
{
color: #97A1B4;
}
.AnyTagClassName
{
color: #97A1B4;
}
</style>
background-color css
<style>
a { background-color: #97A1B4; }
a { background-color: rgb(151,161,180); }
div.DivClassName
{
background-color: #97A1B4;
}
.BgClassName
{
background-color: #97A1B4;
}
</style>
border-color css
<style>
span { border-color: #97A1B4; }
span { border-color: rgb(151,161,180); }
td.TdClassName
{
border-color: #97A1B4;
}
.TagClassName
{
border-color: #97A1B4;
}
</style>