Shades of Light Slate Blue #9E6CFF
Tints of Light Slate Blue #9E6CFF
RGB
CMYK
RGB Variations
Color information
#9E6CFF (or 0x9E6CFF) is known color: Light Slate Blue. HEX triplet: 9E, 6C and FF. RGB value is (158,108,255). Sum of RGB (Red+Green+Blue) = 158+108+255=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E6CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6CFF is #619300. Grayscale: #8B8B8B. Windows color (decimal): -6394625 or 16739486. OLE color: 16739486.
HSL color Cylindrical-coordinate representation of color #9E6CFF: hue angle of 260.41º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E6CFF is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 108 | 255 | - |
| CMYK | 0.38 | 0.58 | 0 | 0 |
| HSL | 260.41º | 1% | 0.71% | - |
| HSV(B) | 260.41º | 0.58% | 1% | - |
| XYZ | 37.51 | 25.21 | 97.5 | - |
| YUV | 139.71 | 193.07 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 108 | 255 | 0.38 | 0.58 | 0 | 0 | 260.41 | 1 | 0.71 |
| Hex | 9E | 6C | FF | 26 | 3A | 0 | 0 | 104 | 64 | 47 |
| Octal | 236 | 154 | 377 | 46 | 72 | 0 | 0 | 404 | 144 | 107 |
| Binary | 10011110 | 1101100 | 11111111 | 100110 | 111010 | 0 | 0 | 100000100 | 1100100 | 1000111 |
Color Harmonies of #9E6CFF
Complementary color
Monochromatic Colors of #9E6CFF
Black with #9E6CFF
Text Example
Text Example
White with #9E6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6CFF; }
p { color: rgb(158,108,255); }
H1.HeaderClassName
{
color: #9E6CFF;
}
.AnyTagClassName
{
color: #9E6CFF;
}
</style>
background-color css
<style>
a { background-color: #9E6CFF; }
a { background-color: rgb(158,108,255); }
div.DivClassName
{
background-color: #9E6CFF;
}
.BgClassName
{
background-color: #9E6CFF;
}
</style>
border-color css
<style>
span { border-color: #9E6CFF; }
span { border-color: rgb(158,108,255); }
td.TdClassName
{
border-color: #9E6CFF;
}
.TagClassName
{
border-color: #9E6CFF;
}
</style>