Shades of Light Slate Blue #9E6BFF
Tints of Light Slate Blue #9E6BFF
RGB
CMYK
RGB Variations
Color information
#9E6BFF (or 0x9E6BFF) is known color: Light Slate Blue. HEX triplet: 9E, 6B and FF. RGB value is (158,107,255). Sum of RGB (Red+Green+Blue) = 158+107+255=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E6BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6BFF is #619400. Grayscale: #8A8A8A. Windows color (decimal): -6394881 or 16739230. OLE color: 16739230.
HSL color Cylindrical-coordinate representation of color #9E6BFF: hue angle of 260.68º 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 #9E6BFF is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 107 | 255 | - |
| CMYK | 0.38 | 0.58 | 0 | 0 |
| HSL | 260.68º | 1% | 0.71% | - |
| HSV(B) | 260.68º | 0.58% | 1% | - |
| XYZ | 37.41 | 25 | 97.46 | - |
| YUV | 139.12 | 193.4 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 107 | 255 | 0.38 | 0.58 | 0 | 0 | 260.68 | 1 | 0.71 |
| Hex | 9E | 6B | FF | 26 | 3A | 0 | 0 | 105 | 64 | 47 |
| Octal | 236 | 153 | 377 | 46 | 72 | 0 | 0 | 405 | 144 | 107 |
| Binary | 10011110 | 1101011 | 11111111 | 100110 | 111010 | 0 | 0 | 100000101 | 1100100 | 1000111 |
Color Harmonies of #9E6BFF
Complementary color
Monochromatic Colors of #9E6BFF
Black with #9E6BFF
Text Example
Text Example
White with #9E6BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6BFF; }
p { color: rgb(158,107,255); }
H1.HeaderClassName
{
color: #9E6BFF;
}
.AnyTagClassName
{
color: #9E6BFF;
}
</style>
background-color css
<style>
a { background-color: #9E6BFF; }
a { background-color: rgb(158,107,255); }
div.DivClassName
{
background-color: #9E6BFF;
}
.BgClassName
{
background-color: #9E6BFF;
}
</style>
border-color css
<style>
span { border-color: #9E6BFF; }
span { border-color: rgb(158,107,255); }
td.TdClassName
{
border-color: #9E6BFF;
}
.TagClassName
{
border-color: #9E6BFF;
}
</style>