Shades of Light Slate Blue #9E76FF
Tints of Light Slate Blue #9E76FF
RGB
CMYK
RGB Variations
Color information
#9E76FF (or 0x9E76FF) is known color: Light Slate Blue. HEX triplet: 9E, 76 and FF. RGB value is (158,118,255). Sum of RGB (Red+Green+Blue) = 158+118+255=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E76FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E76FF is #618900. Grayscale: #919191. Windows color (decimal): -6392065 or 16742046. OLE color: 16742046.
HSL color Cylindrical-coordinate representation of color #9E76FF: hue angle of 257.52º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E76FF is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 118 | 255 | - |
| CMYK | 0.38 | 0.54 | 0 | 0 |
| HSL | 257.52º | 1% | 0.73% | - |
| HSV(B) | 257.52º | 0.54% | 1% | - |
| XYZ | 38.63 | 27.45 | 97.87 | - |
| YUV | 145.58 | 189.75 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 255 | 0.38 | 0.54 | 0 | 0 | 257.52 | 1 | 0.73 |
| Hex | 9E | 76 | FF | 26 | 36 | 0 | 0 | 102 | 64 | 49 |
| Octal | 236 | 166 | 377 | 46 | 66 | 0 | 0 | 402 | 144 | 111 |
| Binary | 10011110 | 1110110 | 11111111 | 100110 | 110110 | 0 | 0 | 100000010 | 1100100 | 1001001 |
Color Harmonies of #9E76FF
Complementary color
Monochromatic Colors of #9E76FF
Black with #9E76FF
Text Example
Text Example
White with #9E76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E76FF; }
p { color: rgb(158,118,255); }
H1.HeaderClassName
{
color: #9E76FF;
}
.AnyTagClassName
{
color: #9E76FF;
}
</style>
background-color css
<style>
a { background-color: #9E76FF; }
a { background-color: rgb(158,118,255); }
div.DivClassName
{
background-color: #9E76FF;
}
.BgClassName
{
background-color: #9E76FF;
}
</style>
border-color css
<style>
span { border-color: #9E76FF; }
span { border-color: rgb(158,118,255); }
td.TdClassName
{
border-color: #9E76FF;
}
.TagClassName
{
border-color: #9E76FF;
}
</style>