Shades of Light Slate Blue #9E76FE
Tints of Light Slate Blue #9E76FE
RGB
CMYK
RGB Variations
Color information
#9E76FE (or 0x9E76FE) is known color: Light Slate Blue. HEX triplet: 9E, 76 and FE. RGB value is (158,118,254). Sum of RGB (Red+Green+Blue) = 158+118+254=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E76FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E76FE is #618901. Grayscale: #909090. Windows color (decimal): -6392066 or 16676510. OLE color: 16676510.
HSL color Cylindrical-coordinate representation of color #9E76FE: hue angle of 257.65º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E76FE is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 118 | 254 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.00 |
| HSL | 257.65º | 0.99% | 0.73% | - |
| HSV(B) | 257.65º | 0.54% | 1% | - |
| XYZ | 38.47 | 27.38 | 97.02 | - |
| YUV | 145.46 | 189.25 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 254 | 0.38 | 0.54 | 0 | 0.00 | 257.65 | 0.99 | 0.73 |
| Hex | 9E | 76 | FE | 26 | 36 | 0 | 0 | 102 | 63 | 49 |
| Octal | 236 | 166 | 376 | 46 | 66 | 0 | 0 | 402 | 143 | 111 |
| Binary | 10011110 | 1110110 | 11111110 | 100110 | 110110 | 0 | 0 | 100000010 | 1100011 | 1001001 |
Color Harmonies of #9E76FE
Complementary color
Monochromatic Colors of #9E76FE
Black with #9E76FE
Text Example
Text Example
White with #9E76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E76FE; }
p { color: rgb(158,118,254); }
H1.HeaderClassName
{
color: #9E76FE;
}
.AnyTagClassName
{
color: #9E76FE;
}
</style>
background-color css
<style>
a { background-color: #9E76FE; }
a { background-color: rgb(158,118,254); }
div.DivClassName
{
background-color: #9E76FE;
}
.BgClassName
{
background-color: #9E76FE;
}
</style>
border-color css
<style>
span { border-color: #9E76FE; }
span { border-color: rgb(158,118,254); }
td.TdClassName
{
border-color: #9E76FE;
}
.TagClassName
{
border-color: #9E76FE;
}
</style>