Shades of Light Slate Blue #8E7BF3
Tints of Light Slate Blue #8E7BF3
RGB
CMYK
RGB Variations
Color information
#8E7BF3 (or 0x8E7BF3) is known color: Light Slate Blue. HEX triplet: 8E, 7B and F3. RGB value is (142,123,243). Sum of RGB (Red+Green+Blue) = 142+123+243=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #8E7BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7BF3 is #71840C. Grayscale: #8D8D8D. Windows color (decimal): -7439373 or 15956878. OLE color: 15956878.
HSL color Cylindrical-coordinate representation of color #8E7BF3: hue angle of 249.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E7BF3 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 123 | 243 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.05 |
| HSL | 249.5º | 0.83% | 0.72% | - |
| HSV(B) | 249.5º | 0.49% | 0.95% | - |
| XYZ | 34.42 | 26.39 | 88.07 | - |
| YUV | 142.36 | 184.79 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 123 | 243 | 0.42 | 0.49 | 0 | 0.05 | 249.5 | 0.83 | 0.72 |
| Hex | 8E | 7B | F3 | 2A | 31 | 0 | 5 | FA | 53 | 48 |
| Octal | 216 | 173 | 363 | 52 | 61 | 0 | 5 | 372 | 123 | 110 |
| Binary | 10001110 | 1111011 | 11110011 | 101010 | 110001 | 0 | 101 | 11111010 | 1010011 | 1001000 |
Color Harmonies of #8E7BF3
Complementary color
Monochromatic Colors of #8E7BF3
Black with #8E7BF3
Text Example
Text Example
White with #8E7BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7BF3; }
p { color: rgb(142,123,243); }
H1.HeaderClassName
{
color: #8E7BF3;
}
.AnyTagClassName
{
color: #8E7BF3;
}
</style>
background-color css
<style>
a { background-color: #8E7BF3; }
a { background-color: rgb(142,123,243); }
div.DivClassName
{
background-color: #8E7BF3;
}
.BgClassName
{
background-color: #8E7BF3;
}
</style>
border-color css
<style>
span { border-color: #8E7BF3; }
span { border-color: rgb(142,123,243); }
td.TdClassName
{
border-color: #8E7BF3;
}
.TagClassName
{
border-color: #8E7BF3;
}
</style>