Shades of Light Slate Blue #9E74FB
Tints of Light Slate Blue #9E74FB
RGB
CMYK
RGB Variations
Color information
#9E74FB (or 0x9E74FB) is known color: Light Slate Blue. HEX triplet: 9E, 74 and FB. RGB value is (158,116,251). Sum of RGB (Red+Green+Blue) = 158+116+251=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E74FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E74FB is #618B04. Grayscale: #8F8F8F. Windows color (decimal): -6392581 or 16479390. OLE color: 16479390.
HSL color Cylindrical-coordinate representation of color #9E74FB: hue angle of 258.67º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E74FB is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 116 | 251 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.02 |
| HSL | 258.67º | 0.94% | 0.72% | - |
| HSV(B) | 258.67º | 0.54% | 0.98% | - |
| XYZ | 37.76 | 26.72 | 94.44 | - |
| YUV | 143.95 | 188.41 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 116 | 251 | 0.37 | 0.54 | 0 | 0.02 | 258.67 | 0.94 | 0.72 |
| Hex | 9E | 74 | FB | 25 | 36 | 0 | 2 | 103 | 5E | 48 |
| Octal | 236 | 164 | 373 | 45 | 66 | 0 | 2 | 403 | 136 | 110 |
| Binary | 10011110 | 1110100 | 11111011 | 100101 | 110110 | 0 | 10 | 100000011 | 1011110 | 1001000 |
Color Harmonies of #9E74FB
Complementary color
Monochromatic Colors of #9E74FB
Black with #9E74FB
Text Example
Text Example
White with #9E74FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E74FB; }
p { color: rgb(158,116,251); }
H1.HeaderClassName
{
color: #9E74FB;
}
.AnyTagClassName
{
color: #9E74FB;
}
</style>
background-color css
<style>
a { background-color: #9E74FB; }
a { background-color: rgb(158,116,251); }
div.DivClassName
{
background-color: #9E74FB;
}
.BgClassName
{
background-color: #9E74FB;
}
</style>
border-color css
<style>
span { border-color: #9E74FB; }
span { border-color: rgb(158,116,251); }
td.TdClassName
{
border-color: #9E74FB;
}
.TagClassName
{
border-color: #9E74FB;
}
</style>