Shades of Light Slate Blue #995DF9
Tints of Light Slate Blue #995DF9
RGB
CMYK
RGB Variations
Color information
#995DF9 (or 0x995DF9) is known color: Light Slate Blue. HEX triplet: 99, 5D and F9. RGB value is (153,93,249). Sum of RGB (Red+Green+Blue) = 153+93+249=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #995DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995DF9 is #66A206. Grayscale: #808080. Windows color (decimal): -6726151 or 16342425. OLE color: 16342425.
HSL color Cylindrical-coordinate representation of color #995DF9: hue angle of 263.08º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #995DF9 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 93 | 249 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.02 |
| HSL | 263.08º | 0.93% | 0.67% | - |
| HSV(B) | 263.08º | 0.63% | 0.98% | - |
| XYZ | 34.15 | 21.44 | 91.96 | - |
| YUV | 128.72 | 195.88 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 249 | 0.39 | 0.63 | 0 | 0.02 | 263.08 | 0.93 | 0.67 |
| Hex | 99 | 5D | F9 | 27 | 3F | 0 | 2 | 107 | 5D | 43 |
| Octal | 231 | 135 | 371 | 47 | 77 | 0 | 2 | 407 | 135 | 103 |
| Binary | 10011001 | 1011101 | 11111001 | 100111 | 111111 | 0 | 10 | 100000111 | 1011101 | 1000011 |
Color Harmonies of #995DF9
Complementary color
Monochromatic Colors of #995DF9
Black with #995DF9
Text Example
Text Example
White with #995DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DF9; }
p { color: rgb(153,93,249); }
H1.HeaderClassName
{
color: #995DF9;
}
.AnyTagClassName
{
color: #995DF9;
}
</style>
background-color css
<style>
a { background-color: #995DF9; }
a { background-color: rgb(153,93,249); }
div.DivClassName
{
background-color: #995DF9;
}
.BgClassName
{
background-color: #995DF9;
}
</style>
border-color css
<style>
span { border-color: #995DF9; }
span { border-color: rgb(153,93,249); }
td.TdClassName
{
border-color: #995DF9;
}
.TagClassName
{
border-color: #995DF9;
}
</style>