Shades of Rock Blue #8B9BBE
Tints of Rock Blue #8B9BBE
RGB
CMYK
RGB Variations
Color information
#8B9BBE (or 0x8B9BBE) is known color: Rock Blue. HEX triplet: 8B, 9B and BE. RGB value is (139,155,190). Sum of RGB (Red+Green+Blue) = 139+155+190=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B9BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9BBE is #746441. Grayscale: #9A9A9A. Windows color (decimal): -7627842 or 12491659. OLE color: 12491659.
HSL color Cylindrical-coordinate representation of color #8B9BBE: hue angle of 221.18º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B9BBE is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 155 | 190 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.25 |
| HSL | 221.18º | 0.28% | 0.65% | - |
| HSV(B) | 221.18º | 0.27% | 0.75% | - |
| XYZ | 31.66 | 32.65 | 53.35 | - |
| YUV | 154.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 155 | 190 | 0.27 | 0.18 | 0 | 0.25 | 221.18 | 0.28 | 0.65 |
| Hex | 8B | 9B | BE | 1B | 12 | 0 | 19 | DD | 1C | 41 |
| Octal | 213 | 233 | 276 | 33 | 22 | 0 | 31 | 335 | 34 | 101 |
| Binary | 10001011 | 10011011 | 10111110 | 11011 | 10010 | 0 | 11001 | 11011101 | 11100 | 1000001 |
Color Harmonies of #8B9BBE
Complementary color
Monochromatic Colors of #8B9BBE
Black with #8B9BBE
Text Example
Text Example
White with #8B9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9BBE; }
p { color: rgb(139,155,190); }
H1.HeaderClassName
{
color: #8B9BBE;
}
.AnyTagClassName
{
color: #8B9BBE;
}
</style>
background-color css
<style>
a { background-color: #8B9BBE; }
a { background-color: rgb(139,155,190); }
div.DivClassName
{
background-color: #8B9BBE;
}
.BgClassName
{
background-color: #8B9BBE;
}
</style>
border-color css
<style>
span { border-color: #8B9BBE; }
span { border-color: rgb(139,155,190); }
td.TdClassName
{
border-color: #8B9BBE;
}
.TagClassName
{
border-color: #8B9BBE;
}
</style>