Shades of Rock Blue #8997BB
Tints of Rock Blue #8997BB
RGB
CMYK
RGB Variations
Color information
#8997BB (or 0x8997BB) is known color: Rock Blue. HEX triplet: 89, 97 and BB. RGB value is (137,151,187). Sum of RGB (Red+Green+Blue) = 137+151+187=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #8997BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997BB is #766844. Grayscale: #969696. Windows color (decimal): -7759941 or 12294025. OLE color: 12294025.
HSL color Cylindrical-coordinate representation of color #8997BB: hue angle of 223.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8997BB is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 151 | 187 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.27 |
| HSL | 223.2º | 0.27% | 0.64% | - |
| HSV(B) | 223.2º | 0.27% | 0.73% | - |
| XYZ | 30.35 | 31.04 | 51.41 | - |
| YUV | 150.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 187 | 0.27 | 0.19 | 0 | 0.27 | 223.2 | 0.27 | 0.64 |
| Hex | 89 | 97 | BB | 1B | 13 | 0 | 1B | DF | 1B | 40 |
| Octal | 211 | 227 | 273 | 33 | 23 | 0 | 33 | 337 | 33 | 100 |
| Binary | 10001001 | 10010111 | 10111011 | 11011 | 10011 | 0 | 11011 | 11011111 | 11011 | 1000000 |
Color Harmonies of #8997BB
Complementary color
Monochromatic Colors of #8997BB
Black with #8997BB
Text Example
Text Example
White with #8997BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8997BB; }
p { color: rgb(137,151,187); }
H1.HeaderClassName
{
color: #8997BB;
}
.AnyTagClassName
{
color: #8997BB;
}
</style>
background-color css
<style>
a { background-color: #8997BB; }
a { background-color: rgb(137,151,187); }
div.DivClassName
{
background-color: #8997BB;
}
.BgClassName
{
background-color: #8997BB;
}
</style>
border-color css
<style>
span { border-color: #8997BB; }
span { border-color: rgb(137,151,187); }
td.TdClassName
{
border-color: #8997BB;
}
.TagClassName
{
border-color: #8997BB;
}
</style>