Shades of Light Slate Blue #994EFE
Tints of Light Slate Blue #994EFE
RGB
CMYK
RGB Variations
Color information
#994EFE (or 0x994EFE) is known color: Light Slate Blue. HEX triplet: 99, 4E and FE. RGB value is (153,78,254). Sum of RGB (Red+Green+Blue) = 153+78+254=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #994EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994EFE is #66B101. Grayscale: #777777. Windows color (decimal): -6729986 or 16666265. OLE color: 16666265.
HSL color Cylindrical-coordinate representation of color #994EFE: hue angle of 265.57º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994EFE is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 78 | 254 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.00 |
| HSL | 265.57º | 0.99% | 0.65% | - |
| HSV(B) | 265.57º | 0.69% | 1% | - |
| XYZ | 33.75 | 19.38 | 95.73 | - |
| YUV | 120.49 | 203.35 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 254 | 0.40 | 0.69 | 0 | 0.00 | 265.57 | 0.99 | 0.65 |
| Hex | 99 | 4E | FE | 28 | 45 | 0 | 0 | 10A | 63 | 41 |
| Octal | 231 | 116 | 376 | 50 | 105 | 0 | 0 | 412 | 143 | 101 |
| Binary | 10011001 | 1001110 | 11111110 | 101000 | 1000101 | 0 | 0 | 100001010 | 1100011 | 1000001 |
Color Harmonies of #994EFE
Complementary color
Monochromatic Colors of #994EFE
Black with #994EFE
Text Example
Text Example
White with #994EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EFE; }
p { color: rgb(153,78,254); }
H1.HeaderClassName
{
color: #994EFE;
}
.AnyTagClassName
{
color: #994EFE;
}
</style>
background-color css
<style>
a { background-color: #994EFE; }
a { background-color: rgb(153,78,254); }
div.DivClassName
{
background-color: #994EFE;
}
.BgClassName
{
background-color: #994EFE;
}
</style>
border-color css
<style>
span { border-color: #994EFE; }
span { border-color: rgb(153,78,254); }
td.TdClassName
{
border-color: #994EFE;
}
.TagClassName
{
border-color: #994EFE;
}
</style>