Shades of Rock Blue #8997BE
Tints of Rock Blue #8997BE
RGB
CMYK
RGB Variations
Color information
#8997BE (or 0x8997BE) is known color: Rock Blue. HEX triplet: 89, 97 and BE. RGB value is (137,151,190). Sum of RGB (Red+Green+Blue) = 137+151+190=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #8997BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997BE is #766841. Grayscale: #979797. Windows color (decimal): -7759938 or 12490633. OLE color: 12490633.
HSL color Cylindrical-coordinate representation of color #8997BE: hue angle of 224.15º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8997BE is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 151 | 190 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.25 |
| HSL | 224.15º | 0.29% | 0.64% | - |
| HSV(B) | 224.15º | 0.28% | 0.75% | - |
| XYZ | 30.68 | 31.17 | 53.11 | - |
| YUV | 151.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 190 | 0.28 | 0.21 | 0 | 0.25 | 224.15 | 0.29 | 0.64 |
| Hex | 89 | 97 | BE | 1C | 15 | 0 | 19 | E0 | 1D | 40 |
| Octal | 211 | 227 | 276 | 34 | 25 | 0 | 31 | 340 | 35 | 100 |
| Binary | 10001001 | 10010111 | 10111110 | 11100 | 10101 | 0 | 11001 | 11100000 | 11101 | 1000000 |
Color Harmonies of #8997BE
Complementary color
Monochromatic Colors of #8997BE
Black with #8997BE
Text Example
Text Example
White with #8997BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8997BE; }
p { color: rgb(137,151,190); }
H1.HeaderClassName
{
color: #8997BE;
}
.AnyTagClassName
{
color: #8997BE;
}
</style>
background-color css
<style>
a { background-color: #8997BE; }
a { background-color: rgb(137,151,190); }
div.DivClassName
{
background-color: #8997BE;
}
.BgClassName
{
background-color: #8997BE;
}
</style>
border-color css
<style>
span { border-color: #8997BE; }
span { border-color: rgb(137,151,190); }
td.TdClassName
{
border-color: #8997BE;
}
.TagClassName
{
border-color: #8997BE;
}
</style>