Shades of Light Slate Blue #9E6BFD
Tints of Light Slate Blue #9E6BFD
RGB
CMYK
RGB Variations
Color information
#9E6BFD (or 0x9E6BFD) is known color: Light Slate Blue. HEX triplet: 9E, 6B and FD. RGB value is (158,107,253). Sum of RGB (Red+Green+Blue) = 158+107+253=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E6BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6BFD is #619402. Grayscale: #8A8A8A. Windows color (decimal): -6394883 or 16608158. OLE color: 16608158.
HSL color Cylindrical-coordinate representation of color #9E6BFD: hue angle of 260.96º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E6BFD is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 107 | 253 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.01 |
| HSL | 260.96º | 0.97% | 0.71% | - |
| HSV(B) | 260.96º | 0.58% | 0.99% | - |
| XYZ | 37.09 | 24.88 | 95.78 | - |
| YUV | 138.89 | 192.4 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 107 | 253 | 0.38 | 0.58 | 0 | 0.01 | 260.96 | 0.97 | 0.71 |
| Hex | 9E | 6B | FD | 26 | 3A | 0 | 1 | 105 | 61 | 47 |
| Octal | 236 | 153 | 375 | 46 | 72 | 0 | 1 | 405 | 141 | 107 |
| Binary | 10011110 | 1101011 | 11111101 | 100110 | 111010 | 0 | 1 | 100000101 | 1100001 | 1000111 |
Color Harmonies of #9E6BFD
Complementary color
Monochromatic Colors of #9E6BFD
Black with #9E6BFD
Text Example
Text Example
White with #9E6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6BFD; }
p { color: rgb(158,107,253); }
H1.HeaderClassName
{
color: #9E6BFD;
}
.AnyTagClassName
{
color: #9E6BFD;
}
</style>
background-color css
<style>
a { background-color: #9E6BFD; }
a { background-color: rgb(158,107,253); }
div.DivClassName
{
background-color: #9E6BFD;
}
.BgClassName
{
background-color: #9E6BFD;
}
</style>
border-color css
<style>
span { border-color: #9E6BFD; }
span { border-color: rgb(158,107,253); }
td.TdClassName
{
border-color: #9E6BFD;
}
.TagClassName
{
border-color: #9E6BFD;
}
</style>