Shades of Light Slate Blue #9E77FC
Tints of Light Slate Blue #9E77FC
RGB
CMYK
RGB Variations
Color information
#9E77FC (or 0x9E77FC) is known color: Light Slate Blue. HEX triplet: 9E, 77 and FC. RGB value is (158,119,252). Sum of RGB (Red+Green+Blue) = 158+119+252=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E77FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E77FC is #618803. Grayscale: #919191. Windows color (decimal): -6391812 or 16545694. OLE color: 16545694.
HSL color Cylindrical-coordinate representation of color #9E77FC: hue angle of 257.59º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E77FC is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 119 | 252 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.01 |
| HSL | 257.59º | 0.96% | 0.73% | - |
| HSV(B) | 257.59º | 0.53% | 0.99% | - |
| XYZ | 38.27 | 27.49 | 95.38 | - |
| YUV | 145.82 | 187.92 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 252 | 0.37 | 0.53 | 0 | 0.01 | 257.59 | 0.96 | 0.73 |
| Hex | 9E | 77 | FC | 25 | 35 | 0 | 1 | 102 | 60 | 49 |
| Octal | 236 | 167 | 374 | 45 | 65 | 0 | 1 | 402 | 140 | 111 |
| Binary | 10011110 | 1110111 | 11111100 | 100101 | 110101 | 0 | 1 | 100000010 | 1100000 | 1001001 |
Color Harmonies of #9E77FC
Complementary color
Monochromatic Colors of #9E77FC
Black with #9E77FC
Text Example
Text Example
White with #9E77FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E77FC; }
p { color: rgb(158,119,252); }
H1.HeaderClassName
{
color: #9E77FC;
}
.AnyTagClassName
{
color: #9E77FC;
}
</style>
background-color css
<style>
a { background-color: #9E77FC; }
a { background-color: rgb(158,119,252); }
div.DivClassName
{
background-color: #9E77FC;
}
.BgClassName
{
background-color: #9E77FC;
}
</style>
border-color css
<style>
span { border-color: #9E77FC; }
span { border-color: rgb(158,119,252); }
td.TdClassName
{
border-color: #9E77FC;
}
.TagClassName
{
border-color: #9E77FC;
}
</style>