Shades of Rock Blue #97A5C1
Tints of Rock Blue #97A5C1
RGB
CMYK
RGB Variations
Color information
#97A5C1 (or 0x97A5C1) is known color: Rock Blue. HEX triplet: 97, A5 and C1. RGB value is (151,165,193). Sum of RGB (Red+Green+Blue) = 151+165+193=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #97A5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A5C1 is #685A3E. Grayscale: #A3A3A3. Windows color (decimal): -6838847 or 12690839. OLE color: 12690839.
HSL color Cylindrical-coordinate representation of color #97A5C1: hue angle of 220º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97A5C1 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 165 | 193 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.24 |
| HSL | 220º | 0.25% | 0.67% | - |
| HSV(B) | 220º | 0.22% | 0.76% | - |
| XYZ | 35.84 | 37.34 | 55.77 | - |
| YUV | 164.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 165 | 193 | 0.22 | 0.15 | 0 | 0.24 | 220 | 0.25 | 0.67 |
| Hex | 97 | A5 | C1 | 16 | F | 0 | 18 | DC | 19 | 43 |
| Octal | 227 | 245 | 301 | 26 | 17 | 0 | 30 | 334 | 31 | 103 |
| Binary | 10010111 | 10100101 | 11000001 | 10110 | 1111 | 0 | 11000 | 11011100 | 11001 | 1000011 |
Color Harmonies of #97A5C1
Complementary color
Monochromatic Colors of #97A5C1
Black with #97A5C1
Text Example
Text Example
White with #97A5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A5C1; }
p { color: rgb(151,165,193); }
H1.HeaderClassName
{
color: #97A5C1;
}
.AnyTagClassName
{
color: #97A5C1;
}
</style>
background-color css
<style>
a { background-color: #97A5C1; }
a { background-color: rgb(151,165,193); }
div.DivClassName
{
background-color: #97A5C1;
}
.BgClassName
{
background-color: #97A5C1;
}
</style>
border-color css
<style>
span { border-color: #97A5C1; }
span { border-color: rgb(151,165,193); }
td.TdClassName
{
border-color: #97A5C1;
}
.TagClassName
{
border-color: #97A5C1;
}
</style>