Shades of Light Slate Blue #9E6AFC
Tints of Light Slate Blue #9E6AFC
RGB
CMYK
RGB Variations
Color information
#9E6AFC (or 0x9E6AFC) is known color: Light Slate Blue. HEX triplet: 9E, 6A and FC. RGB value is (158,106,252). Sum of RGB (Red+Green+Blue) = 158+106+252=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E6AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6AFC is #619503. Grayscale: #898989. Windows color (decimal): -6395140 or 16542366. OLE color: 16542366.
HSL color Cylindrical-coordinate representation of color #9E6AFC: hue angle of 261.37º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E6AFC is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 106 | 252 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.01 |
| HSL | 261.37º | 0.96% | 0.7% | - |
| HSV(B) | 261.37º | 0.58% | 0.99% | - |
| XYZ | 36.83 | 24.61 | 94.9 | - |
| YUV | 138.19 | 192.23 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 106 | 252 | 0.37 | 0.58 | 0 | 0.01 | 261.37 | 0.96 | 0.7 |
| Hex | 9E | 6A | FC | 25 | 3A | 0 | 1 | 105 | 60 | 46 |
| Octal | 236 | 152 | 374 | 45 | 72 | 0 | 1 | 405 | 140 | 106 |
| Binary | 10011110 | 1101010 | 11111100 | 100101 | 111010 | 0 | 1 | 100000101 | 1100000 | 1000110 |
Color Harmonies of #9E6AFC
Complementary color
Monochromatic Colors of #9E6AFC
Black with #9E6AFC
Text Example
Text Example
White with #9E6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6AFC; }
p { color: rgb(158,106,252); }
H1.HeaderClassName
{
color: #9E6AFC;
}
.AnyTagClassName
{
color: #9E6AFC;
}
</style>
background-color css
<style>
a { background-color: #9E6AFC; }
a { background-color: rgb(158,106,252); }
div.DivClassName
{
background-color: #9E6AFC;
}
.BgClassName
{
background-color: #9E6AFC;
}
</style>
border-color css
<style>
span { border-color: #9E6AFC; }
span { border-color: rgb(158,106,252); }
td.TdClassName
{
border-color: #9E6AFC;
}
.TagClassName
{
border-color: #9E6AFC;
}
</style>