Shades of Rock Blue #8C9FBC
Tints of Rock Blue #8C9FBC
RGB
CMYK
RGB Variations
Color information
#8C9FBC (or 0x8C9FBC) is known color: Rock Blue. HEX triplet: 8C, 9F and BC. RGB value is (140,159,188). Sum of RGB (Red+Green+Blue) = 140+159+188=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C9FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9FBC is #736043. Grayscale: #9C9C9C. Windows color (decimal): -7561284 or 12361612. OLE color: 12361612.
HSL color Cylindrical-coordinate representation of color #8C9FBC: hue angle of 216.25º 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 #8C9FBC is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 159 | 188 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.26 |
| HSL | 216.25º | 0.26% | 0.64% | - |
| HSV(B) | 216.25º | 0.26% | 0.74% | - |
| XYZ | 32.29 | 34 | 52.44 | - |
| YUV | 156.63 | 145.71 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 188 | 0.26 | 0.15 | 0 | 0.26 | 216.25 | 0.26 | 0.64 |
| Hex | 8C | 9F | BC | 1A | F | 0 | 1A | D8 | 1A | 40 |
| Octal | 214 | 237 | 274 | 32 | 17 | 0 | 32 | 330 | 32 | 100 |
| Binary | 10001100 | 10011111 | 10111100 | 11010 | 1111 | 0 | 11010 | 11011000 | 11010 | 1000000 |
Color Harmonies of #8C9FBC
Complementary color
Monochromatic Colors of #8C9FBC
Black with #8C9FBC
Text Example
Text Example
White with #8C9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9FBC; }
p { color: rgb(140,159,188); }
H1.HeaderClassName
{
color: #8C9FBC;
}
.AnyTagClassName
{
color: #8C9FBC;
}
</style>
background-color css
<style>
a { background-color: #8C9FBC; }
a { background-color: rgb(140,159,188); }
div.DivClassName
{
background-color: #8C9FBC;
}
.BgClassName
{
background-color: #8C9FBC;
}
</style>
border-color css
<style>
span { border-color: #8C9FBC; }
span { border-color: rgb(140,159,188); }
td.TdClassName
{
border-color: #8C9FBC;
}
.TagClassName
{
border-color: #8C9FBC;
}
</style>