Shades of Rock Blue #8B9EC0
Tints of Rock Blue #8B9EC0
RGB
CMYK
RGB Variations
Color information
#8B9EC0 (or 0x8B9EC0) is known color: Rock Blue. HEX triplet: 8B, 9E and C0. RGB value is (139,158,192). Sum of RGB (Red+Green+Blue) = 139+158+192=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #8B9EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9EC0 is #74613F. Grayscale: #9C9C9C. Windows color (decimal): -7627072 or 12623499. OLE color: 12623499.
HSL color Cylindrical-coordinate representation of color #8B9EC0: hue angle of 218.49º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B9EC0 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 158 | 192 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.25 |
| HSL | 218.49º | 0.3% | 0.65% | - |
| HSV(B) | 218.49º | 0.28% | 0.75% | - |
| XYZ | 32.39 | 33.75 | 54.68 | - |
| YUV | 156.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 192 | 0.28 | 0.18 | 0 | 0.25 | 218.49 | 0.3 | 0.65 |
| Hex | 8B | 9E | C0 | 1C | 12 | 0 | 19 | DA | 1E | 41 |
| Octal | 213 | 236 | 300 | 34 | 22 | 0 | 31 | 332 | 36 | 101 |
| Binary | 10001011 | 10011110 | 11000000 | 11100 | 10010 | 0 | 11001 | 11011010 | 11110 | 1000001 |
Color Harmonies of #8B9EC0
Complementary color
Monochromatic Colors of #8B9EC0
Black with #8B9EC0
Text Example
Text Example
White with #8B9EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9EC0; }
p { color: rgb(139,158,192); }
H1.HeaderClassName
{
color: #8B9EC0;
}
.AnyTagClassName
{
color: #8B9EC0;
}
</style>
background-color css
<style>
a { background-color: #8B9EC0; }
a { background-color: rgb(139,158,192); }
div.DivClassName
{
background-color: #8B9EC0;
}
.BgClassName
{
background-color: #8B9EC0;
}
</style>
border-color css
<style>
span { border-color: #8B9EC0; }
span { border-color: rgb(139,158,192); }
td.TdClassName
{
border-color: #8B9EC0;
}
.TagClassName
{
border-color: #8B9EC0;
}
</style>