Shades of Rock Blue #8C9EBC
Tints of Rock Blue #8C9EBC
RGB
CMYK
RGB Variations
Color information
#8C9EBC (or 0x8C9EBC) is known color: Rock Blue. HEX triplet: 8C, 9E and BC. RGB value is (140,158,188). Sum of RGB (Red+Green+Blue) = 140+158+188=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9EBC is #736143. Grayscale: #9B9B9B. Windows color (decimal): -7561540 or 12361356. OLE color: 12361356.
HSL color Cylindrical-coordinate representation of color #8C9EBC: hue angle of 217.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C9EBC is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 158 | 188 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.26 |
| HSL | 217.5º | 0.26% | 0.64% | - |
| HSV(B) | 217.5º | 0.26% | 0.74% | - |
| XYZ | 32.12 | 33.66 | 52.38 | - |
| YUV | 156.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 158 | 188 | 0.26 | 0.16 | 0 | 0.26 | 217.5 | 0.26 | 0.64 |
| Hex | 8C | 9E | BC | 1A | 10 | 0 | 1A | DA | 1A | 40 |
| Octal | 214 | 236 | 274 | 32 | 20 | 0 | 32 | 332 | 32 | 100 |
| Binary | 10001100 | 10011110 | 10111100 | 11010 | 10000 | 0 | 11010 | 11011010 | 11010 | 1000000 |
Color Harmonies of #8C9EBC
Complementary color
Monochromatic Colors of #8C9EBC
Black with #8C9EBC
Text Example
Text Example
White with #8C9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9EBC; }
p { color: rgb(140,158,188); }
H1.HeaderClassName
{
color: #8C9EBC;
}
.AnyTagClassName
{
color: #8C9EBC;
}
</style>
background-color css
<style>
a { background-color: #8C9EBC; }
a { background-color: rgb(140,158,188); }
div.DivClassName
{
background-color: #8C9EBC;
}
.BgClassName
{
background-color: #8C9EBC;
}
</style>
border-color css
<style>
span { border-color: #8C9EBC; }
span { border-color: rgb(140,158,188); }
td.TdClassName
{
border-color: #8C9EBC;
}
.TagClassName
{
border-color: #8C9EBC;
}
</style>