Shades of Light Slate Blue #995DFB
Tints of Light Slate Blue #995DFB
RGB
CMYK
RGB Variations
Color information
#995DFB (or 0x995DFB) is known color: Light Slate Blue. HEX triplet: 99, 5D and FB. RGB value is (153,93,251). Sum of RGB (Red+Green+Blue) = 153+93+251=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #995DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995DFB is #66A204. Grayscale: #808080. Windows color (decimal): -6726149 or 16473497. OLE color: 16473497.
HSL color Cylindrical-coordinate representation of color #995DFB: hue angle of 262.78º degrees, saturation: 0.95, 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 #995DFB is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 93 | 251 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.02 |
| HSL | 262.78º | 0.95% | 0.67% | - |
| HSV(B) | 262.78º | 0.63% | 0.98% | - |
| XYZ | 34.46 | 21.57 | 93.61 | - |
| YUV | 128.95 | 196.88 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 251 | 0.39 | 0.63 | 0 | 0.02 | 262.78 | 0.95 | 0.67 |
| Hex | 99 | 5D | FB | 27 | 3F | 0 | 2 | 107 | 5F | 43 |
| Octal | 231 | 135 | 373 | 47 | 77 | 0 | 2 | 407 | 137 | 103 |
| Binary | 10011001 | 1011101 | 11111011 | 100111 | 111111 | 0 | 10 | 100000111 | 1011111 | 1000011 |
Color Harmonies of #995DFB
Complementary color
Monochromatic Colors of #995DFB
Black with #995DFB
Text Example
Text Example
White with #995DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DFB; }
p { color: rgb(153,93,251); }
H1.HeaderClassName
{
color: #995DFB;
}
.AnyTagClassName
{
color: #995DFB;
}
</style>
background-color css
<style>
a { background-color: #995DFB; }
a { background-color: rgb(153,93,251); }
div.DivClassName
{
background-color: #995DFB;
}
.BgClassName
{
background-color: #995DFB;
}
</style>
border-color css
<style>
span { border-color: #995DFB; }
span { border-color: rgb(153,93,251); }
td.TdClassName
{
border-color: #995DFB;
}
.TagClassName
{
border-color: #995DFB;
}
</style>