Shades of Rock Blue #8B99BF
Tints of Rock Blue #8B99BF
RGB
CMYK
RGB Variations
Color information
#8B99BF (or 0x8B99BF) is known color: Rock Blue. HEX triplet: 8B, 99 and BF. RGB value is (139,153,191). Sum of RGB (Red+Green+Blue) = 139+153+191=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B99BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B99BF is #746640. Grayscale: #989898. Windows color (decimal): -7628353 or 12556683. OLE color: 12556683.
HSL color Cylindrical-coordinate representation of color #8B99BF: hue angle of 223.85º degrees, saturation: 0.29, 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 #8B99BF is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 153 | 191 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.25 |
| HSL | 223.85º | 0.29% | 0.65% | - |
| HSV(B) | 223.85º | 0.27% | 0.75% | - |
| XYZ | 31.44 | 32.03 | 53.82 | - |
| YUV | 153.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 191 | 0.27 | 0.20 | 0 | 0.25 | 223.85 | 0.29 | 0.65 |
| Hex | 8B | 99 | BF | 1B | 14 | 0 | 19 | E0 | 1D | 41 |
| Octal | 213 | 231 | 277 | 33 | 24 | 0 | 31 | 340 | 35 | 101 |
| Binary | 10001011 | 10011001 | 10111111 | 11011 | 10100 | 0 | 11001 | 11100000 | 11101 | 1000001 |
Color Harmonies of #8B99BF
Complementary color
Monochromatic Colors of #8B99BF
Black with #8B99BF
Text Example
Text Example
White with #8B99BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B99BF; }
p { color: rgb(139,153,191); }
H1.HeaderClassName
{
color: #8B99BF;
}
.AnyTagClassName
{
color: #8B99BF;
}
</style>
background-color css
<style>
a { background-color: #8B99BF; }
a { background-color: rgb(139,153,191); }
div.DivClassName
{
background-color: #8B99BF;
}
.BgClassName
{
background-color: #8B99BF;
}
</style>
border-color css
<style>
span { border-color: #8B99BF; }
span { border-color: rgb(139,153,191); }
td.TdClassName
{
border-color: #8B99BF;
}
.TagClassName
{
border-color: #8B99BF;
}
</style>