Shades of Light Slate Blue #9E7FFB
Tints of Light Slate Blue #9E7FFB
RGB
CMYK
RGB Variations
Color information
#9E7FFB (or 0x9E7FFB) is known color: Light Slate Blue. HEX triplet: 9E, 7F and FB. RGB value is (158,127,251). Sum of RGB (Red+Green+Blue) = 158+127+251=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E7FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7FFB is #618004. Grayscale: #959595. Windows color (decimal): -6389765 or 16482206. OLE color: 16482206.
HSL color Cylindrical-coordinate representation of color #9E7FFB: hue angle of 255º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E7FFB is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 127 | 251 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.02 |
| HSL | 255º | 0.94% | 0.74% | - |
| HSV(B) | 255º | 0.49% | 0.98% | - |
| XYZ | 39.1 | 29.41 | 94.88 | - |
| YUV | 150.41 | 184.77 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 127 | 251 | 0.37 | 0.49 | 0 | 0.02 | 255 | 0.94 | 0.74 |
| Hex | 9E | 7F | FB | 25 | 31 | 0 | 2 | FF | 5E | 4A |
| Octal | 236 | 177 | 373 | 45 | 61 | 0 | 2 | 377 | 136 | 112 |
| Binary | 10011110 | 1111111 | 11111011 | 100101 | 110001 | 0 | 10 | 11111111 | 1011110 | 1001010 |
Color Harmonies of #9E7FFB
Complementary color
Monochromatic Colors of #9E7FFB
Black with #9E7FFB
Text Example
Text Example
White with #9E7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7FFB; }
p { color: rgb(158,127,251); }
H1.HeaderClassName
{
color: #9E7FFB;
}
.AnyTagClassName
{
color: #9E7FFB;
}
</style>
background-color css
<style>
a { background-color: #9E7FFB; }
a { background-color: rgb(158,127,251); }
div.DivClassName
{
background-color: #9E7FFB;
}
.BgClassName
{
background-color: #9E7FFB;
}
</style>
border-color css
<style>
span { border-color: #9E7FFB; }
span { border-color: rgb(158,127,251); }
td.TdClassName
{
border-color: #9E7FFB;
}
.TagClassName
{
border-color: #9E7FFB;
}
</style>