Shades of Light Slate Blue #9E7BFA
Tints of Light Slate Blue #9E7BFA
RGB
CMYK
RGB Variations
Color information
#9E7BFA (or 0x9E7BFA) is known color: Light Slate Blue. HEX triplet: 9E, 7B and FA. RGB value is (158,123,250). Sum of RGB (Red+Green+Blue) = 158+123+250=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E7BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7BFA is #618405. Grayscale: #939393. Windows color (decimal): -6390790 or 16415646. OLE color: 16415646.
HSL color Cylindrical-coordinate representation of color #9E7BFA: hue angle of 256.54º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E7BFA is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 123 | 250 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.02 |
| HSL | 256.54º | 0.93% | 0.73% | - |
| HSV(B) | 256.54º | 0.51% | 0.98% | - |
| XYZ | 38.44 | 28.34 | 93.89 | - |
| YUV | 147.94 | 185.6 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 250 | 0.37 | 0.51 | 0 | 0.02 | 256.54 | 0.93 | 0.73 |
| Hex | 9E | 7B | FA | 25 | 33 | 0 | 2 | 101 | 5D | 49 |
| Octal | 236 | 173 | 372 | 45 | 63 | 0 | 2 | 401 | 135 | 111 |
| Binary | 10011110 | 1111011 | 11111010 | 100101 | 110011 | 0 | 10 | 100000001 | 1011101 | 1001001 |
Color Harmonies of #9E7BFA
Complementary color
Monochromatic Colors of #9E7BFA
Black with #9E7BFA
Text Example
Text Example
White with #9E7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7BFA; }
p { color: rgb(158,123,250); }
H1.HeaderClassName
{
color: #9E7BFA;
}
.AnyTagClassName
{
color: #9E7BFA;
}
</style>
background-color css
<style>
a { background-color: #9E7BFA; }
a { background-color: rgb(158,123,250); }
div.DivClassName
{
background-color: #9E7BFA;
}
.BgClassName
{
background-color: #9E7BFA;
}
</style>
border-color css
<style>
span { border-color: #9E7BFA; }
span { border-color: rgb(158,123,250); }
td.TdClassName
{
border-color: #9E7BFA;
}
.TagClassName
{
border-color: #9E7BFA;
}
</style>