Shades of Light Slate Blue #8C7BEB
Tints of Light Slate Blue #8C7BEB
RGB
CMYK
RGB Variations
Color information
#8C7BEB (or 0x8C7BEB) is known color: Light Slate Blue. HEX triplet: 8C, 7B and EB. RGB value is (140,123,235). Sum of RGB (Red+Green+Blue) = 140+123+235=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C7BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7BEB is #738414. Grayscale: #8C8C8C. Windows color (decimal): -7570453 or 15432588. OLE color: 15432588.
HSL color Cylindrical-coordinate representation of color #8C7BEB: hue angle of 249.11º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C7BEB is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 123 | 235 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.08 |
| HSL | 249.11º | 0.74% | 0.7% | - |
| HSV(B) | 249.11º | 0.48% | 0.92% | - |
| XYZ | 32.89 | 25.74 | 81.83 | - |
| YUV | 140.85 | 181.13 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 235 | 0.40 | 0.48 | 0 | 0.08 | 249.11 | 0.74 | 0.7 |
| Hex | 8C | 7B | EB | 28 | 30 | 0 | 8 | F9 | 4A | 46 |
| Octal | 214 | 173 | 353 | 50 | 60 | 0 | 10 | 371 | 112 | 106 |
| Binary | 10001100 | 1111011 | 11101011 | 101000 | 110000 | 0 | 1000 | 11111001 | 1001010 | 1000110 |
Color Harmonies of #8C7BEB
Complementary color
Monochromatic Colors of #8C7BEB
Black with #8C7BEB
Text Example
Text Example
White with #8C7BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7BEB; }
p { color: rgb(140,123,235); }
H1.HeaderClassName
{
color: #8C7BEB;
}
.AnyTagClassName
{
color: #8C7BEB;
}
</style>
background-color css
<style>
a { background-color: #8C7BEB; }
a { background-color: rgb(140,123,235); }
div.DivClassName
{
background-color: #8C7BEB;
}
.BgClassName
{
background-color: #8C7BEB;
}
</style>
border-color css
<style>
span { border-color: #8C7BEB; }
span { border-color: rgb(140,123,235); }
td.TdClassName
{
border-color: #8C7BEB;
}
.TagClassName
{
border-color: #8C7BEB;
}
</style>