Shades of Rock Blue #8C9CBC
Tints of Rock Blue #8C9CBC
RGB
CMYK
RGB Variations
Color information
#8C9CBC (or 0x8C9CBC) is known color: Rock Blue. HEX triplet: 8C, 9C and BC. RGB value is (140,156,188). Sum of RGB (Red+Green+Blue) = 140+156+188=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C9CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CBC is #736343. Grayscale: #9A9A9A. Windows color (decimal): -7562052 or 12360844. OLE color: 12360844.
HSL color Cylindrical-coordinate representation of color #8C9CBC: hue angle of 220º 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 #8C9CBC is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 156 | 188 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.26 |
| HSL | 220º | 0.26% | 0.64% | - |
| HSV(B) | 220º | 0.26% | 0.74% | - |
| XYZ | 31.78 | 32.98 | 52.27 | - |
| YUV | 154.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 156 | 188 | 0.26 | 0.17 | 0 | 0.26 | 220 | 0.26 | 0.64 |
| Hex | 8C | 9C | BC | 1A | 11 | 0 | 1A | DC | 1A | 40 |
| Octal | 214 | 234 | 274 | 32 | 21 | 0 | 32 | 334 | 32 | 100 |
| Binary | 10001100 | 10011100 | 10111100 | 11010 | 10001 | 0 | 11010 | 11011100 | 11010 | 1000000 |
Color Harmonies of #8C9CBC
Complementary color
Monochromatic Colors of #8C9CBC
Black with #8C9CBC
Text Example
Text Example
White with #8C9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9CBC; }
p { color: rgb(140,156,188); }
H1.HeaderClassName
{
color: #8C9CBC;
}
.AnyTagClassName
{
color: #8C9CBC;
}
</style>
background-color css
<style>
a { background-color: #8C9CBC; }
a { background-color: rgb(140,156,188); }
div.DivClassName
{
background-color: #8C9CBC;
}
.BgClassName
{
background-color: #8C9CBC;
}
</style>
border-color css
<style>
span { border-color: #8C9CBC; }
span { border-color: rgb(140,156,188); }
td.TdClassName
{
border-color: #8C9CBC;
}
.TagClassName
{
border-color: #8C9CBC;
}
</style>