Shades of Light Slate Blue #996DF8
Tints of Light Slate Blue #996DF8
RGB
CMYK
RGB Variations
Color information
#996DF8 (or 0x996DF8) is known color: Light Slate Blue. HEX triplet: 99, 6D and F8. RGB value is (153,109,248). Sum of RGB (Red+Green+Blue) = 153+109+248=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #996DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996DF8 is #669207. Grayscale: #898989. Windows color (decimal): -6722056 or 16280985. OLE color: 16280985.
HSL color Cylindrical-coordinate representation of color #996DF8: hue angle of 258.99º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #996DF8 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 109 | 248 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.03 |
| HSL | 258.99º | 0.91% | 0.7% | - |
| HSV(B) | 258.99º | 0.56% | 0.97% | - |
| XYZ | 35.55 | 24.49 | 91.66 | - |
| YUV | 138 | 190.08 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 248 | 0.38 | 0.56 | 0 | 0.03 | 258.99 | 0.91 | 0.7 |
| Hex | 99 | 6D | F8 | 26 | 38 | 0 | 3 | 103 | 5B | 46 |
| Octal | 231 | 155 | 370 | 46 | 70 | 0 | 3 | 403 | 133 | 106 |
| Binary | 10011001 | 1101101 | 11111000 | 100110 | 111000 | 0 | 11 | 100000011 | 1011011 | 1000110 |
Color Harmonies of #996DF8
Complementary color
Monochromatic Colors of #996DF8
Black with #996DF8
Text Example
Text Example
White with #996DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DF8; }
p { color: rgb(153,109,248); }
H1.HeaderClassName
{
color: #996DF8;
}
.AnyTagClassName
{
color: #996DF8;
}
</style>
background-color css
<style>
a { background-color: #996DF8; }
a { background-color: rgb(153,109,248); }
div.DivClassName
{
background-color: #996DF8;
}
.BgClassName
{
background-color: #996DF8;
}
</style>
border-color css
<style>
span { border-color: #996DF8; }
span { border-color: rgb(153,109,248); }
td.TdClassName
{
border-color: #996DF8;
}
.TagClassName
{
border-color: #996DF8;
}
</style>