Shades of Light Slate Blue #9E77FF
Tints of Light Slate Blue #9E77FF
RGB
CMYK
RGB Variations
Color information
#9E77FF (or 0x9E77FF) is known color: Light Slate Blue. HEX triplet: 9E, 77 and FF. RGB value is (158,119,255). Sum of RGB (Red+Green+Blue) = 158+119+255=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E77FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E77FF is #618800. Grayscale: #919191. Windows color (decimal): -6391809 or 16742302. OLE color: 16742302.
HSL color Cylindrical-coordinate representation of color #9E77FF: hue angle of 257.21º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E77FF is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 119 | 255 | - |
| CMYK | 0.38 | 0.53 | 0 | 0 |
| HSL | 257.21º | 1% | 0.73% | - |
| HSV(B) | 257.21º | 0.53% | 1% | - |
| XYZ | 38.75 | 27.68 | 97.91 | - |
| YUV | 146.17 | 189.42 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 255 | 0.38 | 0.53 | 0 | 0 | 257.21 | 1 | 0.73 |
| Hex | 9E | 77 | FF | 26 | 35 | 0 | 0 | 101 | 64 | 49 |
| Octal | 236 | 167 | 377 | 46 | 65 | 0 | 0 | 401 | 144 | 111 |
| Binary | 10011110 | 1110111 | 11111111 | 100110 | 110101 | 0 | 0 | 100000001 | 1100100 | 1001001 |
Color Harmonies of #9E77FF
Complementary color
Monochromatic Colors of #9E77FF
Black with #9E77FF
Text Example
Text Example
White with #9E77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E77FF; }
p { color: rgb(158,119,255); }
H1.HeaderClassName
{
color: #9E77FF;
}
.AnyTagClassName
{
color: #9E77FF;
}
</style>
background-color css
<style>
a { background-color: #9E77FF; }
a { background-color: rgb(158,119,255); }
div.DivClassName
{
background-color: #9E77FF;
}
.BgClassName
{
background-color: #9E77FF;
}
</style>
border-color css
<style>
span { border-color: #9E77FF; }
span { border-color: rgb(158,119,255); }
td.TdClassName
{
border-color: #9E77FF;
}
.TagClassName
{
border-color: #9E77FF;
}
</style>