Shades of Light Slate Blue #9E7AFE
Tints of Light Slate Blue #9E7AFE
RGB
CMYK
RGB Variations
Color information
#9E7AFE (or 0x9E7AFE) is known color: Light Slate Blue. HEX triplet: 9E, 7A and FE. RGB value is (158,122,254). Sum of RGB (Red+Green+Blue) = 158+122+254=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E7AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7AFE is #618501. Grayscale: #939393. Windows color (decimal): -6391042 or 16677534. OLE color: 16677534.
HSL color Cylindrical-coordinate representation of color #9E7AFE: hue angle of 256.36º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E7AFE is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 122 | 254 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.00 |
| HSL | 256.36º | 0.99% | 0.74% | - |
| HSV(B) | 256.36º | 0.52% | 1% | - |
| XYZ | 38.95 | 28.34 | 97.18 | - |
| YUV | 147.81 | 187.93 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 254 | 0.38 | 0.52 | 0 | 0.00 | 256.36 | 0.99 | 0.74 |
| Hex | 9E | 7A | FE | 26 | 34 | 0 | 0 | 100 | 63 | 4A |
| Octal | 236 | 172 | 376 | 46 | 64 | 0 | 0 | 400 | 143 | 112 |
| Binary | 10011110 | 1111010 | 11111110 | 100110 | 110100 | 0 | 0 | 100000000 | 1100011 | 1001010 |
Color Harmonies of #9E7AFE
Complementary color
Monochromatic Colors of #9E7AFE
Black with #9E7AFE
Text Example
Text Example
White with #9E7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7AFE; }
p { color: rgb(158,122,254); }
H1.HeaderClassName
{
color: #9E7AFE;
}
.AnyTagClassName
{
color: #9E7AFE;
}
</style>
background-color css
<style>
a { background-color: #9E7AFE; }
a { background-color: rgb(158,122,254); }
div.DivClassName
{
background-color: #9E7AFE;
}
.BgClassName
{
background-color: #9E7AFE;
}
</style>
border-color css
<style>
span { border-color: #9E7AFE; }
span { border-color: rgb(158,122,254); }
td.TdClassName
{
border-color: #9E7AFE;
}
.TagClassName
{
border-color: #9E7AFE;
}
</style>