Shades of Light Slate Blue #9E77FB
Tints of Light Slate Blue #9E77FB
RGB
CMYK
RGB Variations
Color information
#9E77FB (or 0x9E77FB) is known color: Light Slate Blue. HEX triplet: 9E, 77 and FB. RGB value is (158,119,251). Sum of RGB (Red+Green+Blue) = 158+119+251=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E77FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E77FB is #618804. Grayscale: #919191. Windows color (decimal): -6391813 or 16480158. OLE color: 16480158.
HSL color Cylindrical-coordinate representation of color #9E77FB: hue angle of 257.73º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E77FB is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 119 | 251 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.02 |
| HSL | 257.73º | 0.94% | 0.73% | - |
| HSV(B) | 257.73º | 0.53% | 0.98% | - |
| XYZ | 38.11 | 27.43 | 94.55 | - |
| YUV | 145.71 | 187.42 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 251 | 0.37 | 0.53 | 0 | 0.02 | 257.73 | 0.94 | 0.73 |
| Hex | 9E | 77 | FB | 25 | 35 | 0 | 2 | 102 | 5E | 49 |
| Octal | 236 | 167 | 373 | 45 | 65 | 0 | 2 | 402 | 136 | 111 |
| Binary | 10011110 | 1110111 | 11111011 | 100101 | 110101 | 0 | 10 | 100000010 | 1011110 | 1001001 |
Color Harmonies of #9E77FB
Complementary color
Monochromatic Colors of #9E77FB
Black with #9E77FB
Text Example
Text Example
White with #9E77FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E77FB; }
p { color: rgb(158,119,251); }
H1.HeaderClassName
{
color: #9E77FB;
}
.AnyTagClassName
{
color: #9E77FB;
}
</style>
background-color css
<style>
a { background-color: #9E77FB; }
a { background-color: rgb(158,119,251); }
div.DivClassName
{
background-color: #9E77FB;
}
.BgClassName
{
background-color: #9E77FB;
}
</style>
border-color css
<style>
span { border-color: #9E77FB; }
span { border-color: rgb(158,119,251); }
td.TdClassName
{
border-color: #9E77FB;
}
.TagClassName
{
border-color: #9E77FB;
}
</style>