Shades of Light Slate Blue #8E68FA
Tints of Light Slate Blue #8E68FA
RGB
CMYK
RGB Variations
Color information
#8E68FA (or 0x8E68FA) is known color: Light Slate Blue. HEX triplet: 8E, 68 and FA. RGB value is (142,104,250). Sum of RGB (Red+Green+Blue) = 142+104+250=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E68FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E68FA is #719705. Grayscale: #838383. Windows color (decimal): -7444230 or 16410766. OLE color: 16410766.
HSL color Cylindrical-coordinate representation of color #8E68FA: hue angle of 255.62º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E68FA is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 104 | 250 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.02 |
| HSL | 255.62º | 0.94% | 0.69% | - |
| HSV(B) | 255.62º | 0.58% | 0.98% | - |
| XYZ | 33.36 | 22.55 | 93.04 | - |
| YUV | 132.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 104 | 250 | 0.43 | 0.58 | 0 | 0.02 | 255.62 | 0.94 | 0.69 |
| Hex | 8E | 68 | FA | 2B | 3A | 0 | 2 | 100 | 5E | 45 |
| Octal | 216 | 150 | 372 | 53 | 72 | 0 | 2 | 400 | 136 | 105 |
| Binary | 10001110 | 1101000 | 11111010 | 101011 | 111010 | 0 | 10 | 100000000 | 1011110 | 1000101 |
Color Harmonies of #8E68FA
Complementary color
Monochromatic Colors of #8E68FA
Black with #8E68FA
Text Example
Text Example
White with #8E68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E68FA; }
p { color: rgb(142,104,250); }
H1.HeaderClassName
{
color: #8E68FA;
}
.AnyTagClassName
{
color: #8E68FA;
}
</style>
background-color css
<style>
a { background-color: #8E68FA; }
a { background-color: rgb(142,104,250); }
div.DivClassName
{
background-color: #8E68FA;
}
.BgClassName
{
background-color: #8E68FA;
}
</style>
border-color css
<style>
span { border-color: #8E68FA; }
span { border-color: rgb(142,104,250); }
td.TdClassName
{
border-color: #8E68FA;
}
.TagClassName
{
border-color: #8E68FA;
}
</style>