Shades of Light Slate Blue #9E7EFB
Tints of Light Slate Blue #9E7EFB
RGB
CMYK
RGB Variations
Color information
#9E7EFB (or 0x9E7EFB) is known color: Light Slate Blue. HEX triplet: 9E, 7E and FB. RGB value is (158,126,251). Sum of RGB (Red+Green+Blue) = 158+126+251=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E7EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7EFB is #618104. Grayscale: #959595. Windows color (decimal): -6390021 or 16481950. OLE color: 16481950.
HSL color Cylindrical-coordinate representation of color #9E7EFB: hue angle of 255.36º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E7EFB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 126 | 251 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.02 |
| HSL | 255.36º | 0.94% | 0.74% | - |
| HSV(B) | 255.36º | 0.5% | 0.98% | - |
| XYZ | 38.97 | 29.16 | 94.84 | - |
| YUV | 149.82 | 185.1 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 126 | 251 | 0.37 | 0.50 | 0 | 0.02 | 255.36 | 0.94 | 0.74 |
| Hex | 9E | 7E | FB | 25 | 32 | 0 | 2 | FF | 5E | 4A |
| Octal | 236 | 176 | 373 | 45 | 62 | 0 | 2 | 377 | 136 | 112 |
| Binary | 10011110 | 1111110 | 11111011 | 100101 | 110010 | 0 | 10 | 11111111 | 1011110 | 1001010 |
Color Harmonies of #9E7EFB
Complementary color
Monochromatic Colors of #9E7EFB
Black with #9E7EFB
Text Example
Text Example
White with #9E7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7EFB; }
p { color: rgb(158,126,251); }
H1.HeaderClassName
{
color: #9E7EFB;
}
.AnyTagClassName
{
color: #9E7EFB;
}
</style>
background-color css
<style>
a { background-color: #9E7EFB; }
a { background-color: rgb(158,126,251); }
div.DivClassName
{
background-color: #9E7EFB;
}
.BgClassName
{
background-color: #9E7EFB;
}
</style>
border-color css
<style>
span { border-color: #9E7EFB; }
span { border-color: rgb(158,126,251); }
td.TdClassName
{
border-color: #9E7EFB;
}
.TagClassName
{
border-color: #9E7EFB;
}
</style>