Shades of Rock Blue #8B97B1
Tints of Rock Blue #8B97B1
RGB
CMYK
RGB Variations
Color information
#8B97B1 (or 0x8B97B1) is known color: Rock Blue. HEX triplet: 8B, 97 and B1. RGB value is (139,151,177). Sum of RGB (Red+Green+Blue) = 139+151+177=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 177 - color contains mainly: blue. Hex color #8B97B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B97B1 is #74684E. Grayscale: #969696. Windows color (decimal): -7628879 or 11638667. OLE color: 11638667.
HSL color Cylindrical-coordinate representation of color #8B97B1: hue angle of 221.05º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B97B1 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 151 | 177 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.31 |
| HSL | 221.05º | 0.2% | 0.62% | - |
| HSV(B) | 221.05º | 0.21% | 0.69% | - |
| XYZ | 29.65 | 30.8 | 45.98 | - |
| YUV | 150.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 151 | 177 | 0.21 | 0.15 | 0 | 0.31 | 221.05 | 0.2 | 0.62 |
| Hex | 8B | 97 | B1 | 15 | F | 0 | 1F | DD | 14 | 3E |
| Octal | 213 | 227 | 261 | 25 | 17 | 0 | 37 | 335 | 24 | 76 |
| Binary | 10001011 | 10010111 | 10110001 | 10101 | 1111 | 0 | 11111 | 11011101 | 10100 | 111110 |
Color Harmonies of #8B97B1
Complementary color
Monochromatic Colors of #8B97B1
Black with #8B97B1
Text Example
Text Example
White with #8B97B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B97B1; }
p { color: rgb(139,151,177); }
H1.HeaderClassName
{
color: #8B97B1;
}
.AnyTagClassName
{
color: #8B97B1;
}
</style>
background-color css
<style>
a { background-color: #8B97B1; }
a { background-color: rgb(139,151,177); }
div.DivClassName
{
background-color: #8B97B1;
}
.BgClassName
{
background-color: #8B97B1;
}
</style>
border-color css
<style>
span { border-color: #8B97B1; }
span { border-color: rgb(139,151,177); }
td.TdClassName
{
border-color: #8B97B1;
}
.TagClassName
{
border-color: #8B97B1;
}
</style>