Shades of Rock Blue #8C96C1
Tints of Rock Blue #8C96C1
RGB
CMYK
RGB Variations
Color information
#8C96C1 (or 0x8C96C1) is known color: Rock Blue. HEX triplet: 8C, 96 and C1. RGB value is (140,150,193). Sum of RGB (Red+Green+Blue) = 140+150+193=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C96C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C96C1 is #73693E. Grayscale: #979797. Windows color (decimal): -7563583 or 12686988. OLE color: 12686988.
HSL color Cylindrical-coordinate representation of color #8C96C1: hue angle of 228.68º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C96C1 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 150 | 193 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.24 |
| HSL | 228.68º | 0.3% | 0.65% | - |
| HSV(B) | 228.68º | 0.27% | 0.76% | - |
| XYZ | 31.35 | 31.24 | 54.83 | - |
| YUV | 151.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 193 | 0.27 | 0.22 | 0 | 0.24 | 228.68 | 0.3 | 0.65 |
| Hex | 8C | 96 | C1 | 1B | 16 | 0 | 18 | E5 | 1E | 41 |
| Octal | 214 | 226 | 301 | 33 | 26 | 0 | 30 | 345 | 36 | 101 |
| Binary | 10001100 | 10010110 | 11000001 | 11011 | 10110 | 0 | 11000 | 11100101 | 11110 | 1000001 |
Color Harmonies of #8C96C1
Complementary color
Monochromatic Colors of #8C96C1
Black with #8C96C1
Text Example
Text Example
White with #8C96C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C96C1; }
p { color: rgb(140,150,193); }
H1.HeaderClassName
{
color: #8C96C1;
}
.AnyTagClassName
{
color: #8C96C1;
}
</style>
background-color css
<style>
a { background-color: #8C96C1; }
a { background-color: rgb(140,150,193); }
div.DivClassName
{
background-color: #8C96C1;
}
.BgClassName
{
background-color: #8C96C1;
}
</style>
border-color css
<style>
span { border-color: #8C96C1; }
span { border-color: rgb(140,150,193); }
td.TdClassName
{
border-color: #8C96C1;
}
.TagClassName
{
border-color: #8C96C1;
}
</style>