Shades of Rock Blue #8C9BBC
Tints of Rock Blue #8C9BBC
RGB
CMYK
RGB Variations
Color information
#8C9BBC (or 0x8C9BBC) is known color: Rock Blue. HEX triplet: 8C, 9B and BC. RGB value is (140,155,188). Sum of RGB (Red+Green+Blue) = 140+155+188=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C9BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9BBC is #736443. Grayscale: #9A9A9A. Windows color (decimal): -7562308 or 12360588. OLE color: 12360588.
HSL color Cylindrical-coordinate representation of color #8C9BBC: hue angle of 221.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 #8C9BBC is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 155 | 188 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.26 |
| HSL | 221.25º | 0.26% | 0.64% | - |
| HSV(B) | 221.25º | 0.26% | 0.74% | - |
| XYZ | 31.61 | 32.65 | 52.21 | - |
| YUV | 154.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 155 | 188 | 0.26 | 0.18 | 0 | 0.26 | 221.25 | 0.26 | 0.64 |
| Hex | 8C | 9B | BC | 1A | 12 | 0 | 1A | DD | 1A | 40 |
| Octal | 214 | 233 | 274 | 32 | 22 | 0 | 32 | 335 | 32 | 100 |
| Binary | 10001100 | 10011011 | 10111100 | 11010 | 10010 | 0 | 11010 | 11011101 | 11010 | 1000000 |
Color Harmonies of #8C9BBC
Complementary color
Monochromatic Colors of #8C9BBC
Black with #8C9BBC
Text Example
Text Example
White with #8C9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9BBC; }
p { color: rgb(140,155,188); }
H1.HeaderClassName
{
color: #8C9BBC;
}
.AnyTagClassName
{
color: #8C9BBC;
}
</style>
background-color css
<style>
a { background-color: #8C9BBC; }
a { background-color: rgb(140,155,188); }
div.DivClassName
{
background-color: #8C9BBC;
}
.BgClassName
{
background-color: #8C9BBC;
}
</style>
border-color css
<style>
span { border-color: #8C9BBC; }
span { border-color: rgb(140,155,188); }
td.TdClassName
{
border-color: #8C9BBC;
}
.TagClassName
{
border-color: #8C9BBC;
}
</style>