Shades of Rock Blue #8F9EBC
Tints of Rock Blue #8F9EBC
RGB
CMYK
RGB Variations
Color information
#8F9EBC (or 0x8F9EBC) is known color: Rock Blue. HEX triplet: 8F, 9E and BC. RGB value is (143,158,188). Sum of RGB (Red+Green+Blue) = 143+158+188=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9EBC is #706143. Grayscale: #9C9C9C. Windows color (decimal): -7364932 or 12361359. OLE color: 12361359.
HSL color Cylindrical-coordinate representation of color #8F9EBC: hue angle of 220º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F9EBC is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 158 | 188 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.26 |
| HSL | 220º | 0.25% | 0.65% | - |
| HSV(B) | 220º | 0.24% | 0.74% | - |
| XYZ | 32.63 | 33.92 | 52.41 | - |
| YUV | 156.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 188 | 0.24 | 0.16 | 0 | 0.26 | 220 | 0.25 | 0.65 |
| Hex | 8F | 9E | BC | 18 | 10 | 0 | 1A | DC | 19 | 41 |
| Octal | 217 | 236 | 274 | 30 | 20 | 0 | 32 | 334 | 31 | 101 |
| Binary | 10001111 | 10011110 | 10111100 | 11000 | 10000 | 0 | 11010 | 11011100 | 11001 | 1000001 |
Color Harmonies of #8F9EBC
Complementary color
Monochromatic Colors of #8F9EBC
Black with #8F9EBC
Text Example
Text Example
White with #8F9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9EBC; }
p { color: rgb(143,158,188); }
H1.HeaderClassName
{
color: #8F9EBC;
}
.AnyTagClassName
{
color: #8F9EBC;
}
</style>
background-color css
<style>
a { background-color: #8F9EBC; }
a { background-color: rgb(143,158,188); }
div.DivClassName
{
background-color: #8F9EBC;
}
.BgClassName
{
background-color: #8F9EBC;
}
</style>
border-color css
<style>
span { border-color: #8F9EBC; }
span { border-color: rgb(143,158,188); }
td.TdClassName
{
border-color: #8F9EBC;
}
.TagClassName
{
border-color: #8F9EBC;
}
</style>