Shades of Rock Blue #97A2C3
Tints of Rock Blue #97A2C3
RGB
CMYK
RGB Variations
Color information
#97A2C3 (or 0x97A2C3) is known color: Rock Blue. HEX triplet: 97, A2 and C3. RGB value is (151,162,195). Sum of RGB (Red+Green+Blue) = 151+162+195=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: blue. Hex color #97A2C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A2C3 is #685D3C. Grayscale: #A2A2A2. Windows color (decimal): -6839613 or 12821143. OLE color: 12821143.
HSL color Cylindrical-coordinate representation of color #97A2C3: hue angle of 225º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97A2C3 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 162 | 195 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.24 |
| HSL | 225º | 0.27% | 0.68% | - |
| HSV(B) | 225º | 0.23% | 0.76% | - |
| XYZ | 35.53 | 36.36 | 56.78 | - |
| YUV | 162.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 162 | 195 | 0.23 | 0.17 | 0 | 0.24 | 225 | 0.27 | 0.68 |
| Hex | 97 | A2 | C3 | 17 | 11 | 0 | 18 | E1 | 1B | 44 |
| Octal | 227 | 242 | 303 | 27 | 21 | 0 | 30 | 341 | 33 | 104 |
| Binary | 10010111 | 10100010 | 11000011 | 10111 | 10001 | 0 | 11000 | 11100001 | 11011 | 1000100 |
Color Harmonies of #97A2C3
Complementary color
Monochromatic Colors of #97A2C3
Black with #97A2C3
Text Example
Text Example
White with #97A2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A2C3; }
p { color: rgb(151,162,195); }
H1.HeaderClassName
{
color: #97A2C3;
}
.AnyTagClassName
{
color: #97A2C3;
}
</style>
background-color css
<style>
a { background-color: #97A2C3; }
a { background-color: rgb(151,162,195); }
div.DivClassName
{
background-color: #97A2C3;
}
.BgClassName
{
background-color: #97A2C3;
}
</style>
border-color css
<style>
span { border-color: #97A2C3; }
span { border-color: rgb(151,162,195); }
td.TdClassName
{
border-color: #97A2C3;
}
.TagClassName
{
border-color: #97A2C3;
}
</style>