Shades of Light Slate Blue #9E77FA
Tints of Light Slate Blue #9E77FA
RGB
CMYK
RGB Variations
Color information
#9E77FA (or 0x9E77FA) is known color: Light Slate Blue. HEX triplet: 9E, 77 and FA. RGB value is (158,119,250). Sum of RGB (Red+Green+Blue) = 158+119+250=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E77FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E77FA is #618805. Grayscale: #919191. Windows color (decimal): -6391814 or 16414622. OLE color: 16414622.
HSL color Cylindrical-coordinate representation of color #9E77FA: hue angle of 257.86º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E77FA is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 119 | 250 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.02 |
| HSL | 257.86º | 0.93% | 0.72% | - |
| HSV(B) | 257.86º | 0.52% | 0.98% | - |
| XYZ | 37.95 | 27.36 | 93.72 | - |
| YUV | 145.6 | 186.92 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 250 | 0.37 | 0.52 | 0 | 0.02 | 257.86 | 0.93 | 0.72 |
| Hex | 9E | 77 | FA | 25 | 34 | 0 | 2 | 102 | 5D | 48 |
| Octal | 236 | 167 | 372 | 45 | 64 | 0 | 2 | 402 | 135 | 110 |
| Binary | 10011110 | 1110111 | 11111010 | 100101 | 110100 | 0 | 10 | 100000010 | 1011101 | 1001000 |
Color Harmonies of #9E77FA
Complementary color
Monochromatic Colors of #9E77FA
Black with #9E77FA
Text Example
Text Example
White with #9E77FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E77FA; }
p { color: rgb(158,119,250); }
H1.HeaderClassName
{
color: #9E77FA;
}
.AnyTagClassName
{
color: #9E77FA;
}
</style>
background-color css
<style>
a { background-color: #9E77FA; }
a { background-color: rgb(158,119,250); }
div.DivClassName
{
background-color: #9E77FA;
}
.BgClassName
{
background-color: #9E77FA;
}
</style>
border-color css
<style>
span { border-color: #9E77FA; }
span { border-color: rgb(158,119,250); }
td.TdClassName
{
border-color: #9E77FA;
}
.TagClassName
{
border-color: #9E77FA;
}
</style>