Shades of Light Slate Blue #944DFE
Tints of Light Slate Blue #944DFE
RGB
CMYK
RGB Variations
Color information
#944DFE (or 0x944DFE) is known color: Light Slate Blue. HEX triplet: 94, 4D and FE. RGB value is (148,77,254). Sum of RGB (Red+Green+Blue) = 148+77+254=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #944DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #944DFE is #6BB201. Grayscale: #757575. Windows color (decimal): -7057922 or 16666004. OLE color: 16666004.
HSL color Cylindrical-coordinate representation of color #944DFE: hue angle of 264.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #944DFE is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 77 | 254 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.00 |
| HSL | 264.07º | 0.99% | 0.65% | - |
| HSV(B) | 264.07º | 0.7% | 1% | - |
| XYZ | 32.76 | 18.76 | 95.66 | - |
| YUV | 118.41 | 204.52 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 254 | 0.42 | 0.70 | 0 | 0.00 | 264.07 | 0.99 | 0.65 |
| Hex | 94 | 4D | FE | 2A | 46 | 0 | 0 | 108 | 63 | 41 |
| Octal | 224 | 115 | 376 | 52 | 106 | 0 | 0 | 410 | 143 | 101 |
| Binary | 10010100 | 1001101 | 11111110 | 101010 | 1000110 | 0 | 0 | 100001000 | 1100011 | 1000001 |
Color Harmonies of #944DFE
Complementary color
Monochromatic Colors of #944DFE
Black with #944DFE
Text Example
Text Example
White with #944DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944DFE; }
p { color: rgb(148,77,254); }
H1.HeaderClassName
{
color: #944DFE;
}
.AnyTagClassName
{
color: #944DFE;
}
</style>
background-color css
<style>
a { background-color: #944DFE; }
a { background-color: rgb(148,77,254); }
div.DivClassName
{
background-color: #944DFE;
}
.BgClassName
{
background-color: #944DFE;
}
</style>
border-color css
<style>
span { border-color: #944DFE; }
span { border-color: rgb(148,77,254); }
td.TdClassName
{
border-color: #944DFE;
}
.TagClassName
{
border-color: #944DFE;
}
</style>