Shades of Rock Blue #8B99BA
Tints of Rock Blue #8B99BA
RGB
CMYK
RGB Variations
Color information
#8B99BA (or 0x8B99BA) is known color: Rock Blue. HEX triplet: 8B, 99 and BA. RGB value is (139,153,186). Sum of RGB (Red+Green+Blue) = 139+153+186=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B99BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B99BA is #746645. Grayscale: #989898. Windows color (decimal): -7628358 or 12229003. OLE color: 12229003.
HSL color Cylindrical-coordinate representation of color #8B99BA: hue angle of 222.13º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B99BA is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 153 | 186 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.27 |
| HSL | 222.13º | 0.25% | 0.64% | - |
| HSV(B) | 222.13º | 0.25% | 0.73% | - |
| XYZ | 30.9 | 31.82 | 50.97 | - |
| YUV | 152.58 | 146.86 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 186 | 0.25 | 0.18 | 0 | 0.27 | 222.13 | 0.25 | 0.64 |
| Hex | 8B | 99 | BA | 19 | 12 | 0 | 1B | DE | 19 | 40 |
| Octal | 213 | 231 | 272 | 31 | 22 | 0 | 33 | 336 | 31 | 100 |
| Binary | 10001011 | 10011001 | 10111010 | 11001 | 10010 | 0 | 11011 | 11011110 | 11001 | 1000000 |
Color Harmonies of #8B99BA
Complementary color
Monochromatic Colors of #8B99BA
Black with #8B99BA
Text Example
Text Example
White with #8B99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B99BA; }
p { color: rgb(139,153,186); }
H1.HeaderClassName
{
color: #8B99BA;
}
.AnyTagClassName
{
color: #8B99BA;
}
</style>
background-color css
<style>
a { background-color: #8B99BA; }
a { background-color: rgb(139,153,186); }
div.DivClassName
{
background-color: #8B99BA;
}
.BgClassName
{
background-color: #8B99BA;
}
</style>
border-color css
<style>
span { border-color: #8B99BA; }
span { border-color: rgb(139,153,186); }
td.TdClassName
{
border-color: #8B99BA;
}
.TagClassName
{
border-color: #8B99BA;
}
</style>