Shades of Rock Blue #97A2B7
Tints of Rock Blue #97A2B7
RGB
CMYK
RGB Variations
Color information
#97A2B7 (or 0x97A2B7) is known color: Rock Blue. HEX triplet: 97, A2 and B7. RGB value is (151,162,183). Sum of RGB (Red+Green+Blue) = 151+162+183=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 183 - color contains mainly: blue. Hex color #97A2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A2B7 is #685D48. Grayscale: #A1A1A1. Windows color (decimal): -6839625 or 12034711. OLE color: 12034711.
HSL color Cylindrical-coordinate representation of color #97A2B7: hue angle of 219.38º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #97A2B7 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 151 | 162 | 183 | - |
CMYK | 0.17 | 0.11 | 0 | 0.28 |
HSL | 219.38º | 0.18% | 0.65% | - |
HSV(B) | 219.38º | 0.17% | 0.72% | - |
XYZ | 34.23 | 35.84 | 49.91 | - |
YUV | 161.11 | 140.36 | 120.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 162 | 183 | 0.17 | 0.11 | 0 | 0.28 | 219.38 | 0.18 | 0.65 |
Hex | 97 | A2 | B7 | 11 | B | 0 | 1C | DB | 12 | 41 |
Octal | 227 | 242 | 267 | 21 | 13 | 0 | 34 | 333 | 22 | 101 |
Binary | 10010111 | 10100010 | 10110111 | 10001 | 1011 | 0 | 11100 | 11011011 | 10010 | 1000001 |
Color Harmonies of #97A2B7
Complementary color
Monochromatic Colors of #97A2B7
Black with #97A2B7
Text Example
Text Example
White with #97A2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A2B7; }
p { color: rgb(151,162,183); }
H1.HeaderClassName
{
color: #97A2B7;
}
.AnyTagClassName
{
color: #97A2B7;
}
</style>
background-color css
<style>
a { background-color: #97A2B7; }
a { background-color: rgb(151,162,183); }
div.DivClassName
{
background-color: #97A2B7;
}
.BgClassName
{
background-color: #97A2B7;
}
</style>
border-color css
<style>
span { border-color: #97A2B7; }
span { border-color: rgb(151,162,183); }
td.TdClassName
{
border-color: #97A2B7;
}
.TagClassName
{
border-color: #97A2B7;
}
</style>