Shades of Rock Blue #8997B3
Tints of Rock Blue #8997B3
RGB
CMYK
RGB Variations
Color information
#8997B3 (or 0x8997B3) is known color: Rock Blue. HEX triplet: 89, 97 and B3. RGB value is (137,151,179). Sum of RGB (Red+Green+Blue) = 137+151+179=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 179 - color contains mainly: blue. Hex color #8997B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997B3 is #76684C. Grayscale: #959595. Windows color (decimal): -7759949 or 11769737. OLE color: 11769737.
HSL color Cylindrical-coordinate representation of color #8997B3: hue angle of 220º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8997B3 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 151 | 179 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.30 |
| HSL | 220º | 0.22% | 0.62% | - |
| HSV(B) | 220º | 0.23% | 0.7% | - |
| XYZ | 29.52 | 30.71 | 47.02 | - |
| YUV | 150.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 179 | 0.23 | 0.16 | 0 | 0.30 | 220 | 0.22 | 0.62 |
| Hex | 89 | 97 | B3 | 17 | 10 | 0 | 1E | DC | 16 | 3E |
| Octal | 211 | 227 | 263 | 27 | 20 | 0 | 36 | 334 | 26 | 76 |
| Binary | 10001001 | 10010111 | 10110011 | 10111 | 10000 | 0 | 11110 | 11011100 | 10110 | 111110 |
Color Harmonies of #8997B3
Complementary color
Monochromatic Colors of #8997B3
Black with #8997B3
Text Example
Text Example
White with #8997B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8997B3; }
p { color: rgb(137,151,179); }
H1.HeaderClassName
{
color: #8997B3;
}
.AnyTagClassName
{
color: #8997B3;
}
</style>
background-color css
<style>
a { background-color: #8997B3; }
a { background-color: rgb(137,151,179); }
div.DivClassName
{
background-color: #8997B3;
}
.BgClassName
{
background-color: #8997B3;
}
</style>
border-color css
<style>
span { border-color: #8997B3; }
span { border-color: rgb(137,151,179); }
td.TdClassName
{
border-color: #8997B3;
}
.TagClassName
{
border-color: #8997B3;
}
</style>