Shades of Light Slate Blue #994DFF
Tints of Light Slate Blue #994DFF
RGB
CMYK
RGB Variations
Color information
#994DFF (or 0x994DFF) is known color: Light Slate Blue. HEX triplet: 99, 4D and FF. RGB value is (153,77,255). Sum of RGB (Red+Green+Blue) = 153+77+255=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #994DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994DFF is #66B200. Grayscale: #777777. Windows color (decimal): -6730241 or 16731545. OLE color: 16731545.
HSL color Cylindrical-coordinate representation of color #994DFF: hue angle of 265.62º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #994DFF is Cyan = 0.4, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 77 | 255 | - |
| CMYK | 0.4 | 0.70 | 0 | 0 |
| HSL | 265.62º | 1% | 0.65% | - |
| HSV(B) | 265.62º | 0.7% | 1% | - |
| XYZ | 33.84 | 19.3 | 96.55 | - |
| YUV | 120.02 | 204.18 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 255 | 0.4 | 0.70 | 0 | 0 | 265.62 | 1 | 0.65 |
| Hex | 99 | 4D | FF | 28 | 46 | 0 | 0 | 10A | 64 | 41 |
| Octal | 231 | 115 | 377 | 50 | 106 | 0 | 0 | 412 | 144 | 101 |
| Binary | 10011001 | 1001101 | 11111111 | 101000 | 1000110 | 0 | 0 | 100001010 | 1100100 | 1000001 |
Color Harmonies of #994DFF
Complementary color
Monochromatic Colors of #994DFF
Black with #994DFF
Text Example
Text Example
White with #994DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DFF; }
p { color: rgb(153,77,255); }
H1.HeaderClassName
{
color: #994DFF;
}
.AnyTagClassName
{
color: #994DFF;
}
</style>
background-color css
<style>
a { background-color: #994DFF; }
a { background-color: rgb(153,77,255); }
div.DivClassName
{
background-color: #994DFF;
}
.BgClassName
{
background-color: #994DFF;
}
</style>
border-color css
<style>
span { border-color: #994DFF; }
span { border-color: rgb(153,77,255); }
td.TdClassName
{
border-color: #994DFF;
}
.TagClassName
{
border-color: #994DFF;
}
</style>