Shades of Light Slate Blue #946DF4
Tints of Light Slate Blue #946DF4
RGB
CMYK
RGB Variations
Color information
#946DF4 (or 0x946DF4) is known color: Light Slate Blue. HEX triplet: 94, 6D and F4. RGB value is (148,109,244). Sum of RGB (Red+Green+Blue) = 148+109+244=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 244 (95.70% from 255 or 48.70% from 501); Max value from RGB is 244 - color contains mainly: blue. Hex color #946DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946DF4 is #6B920B. Grayscale: #878787. Windows color (decimal): -7049740 or 16018836. OLE color: 16018836.
HSL color Cylindrical-coordinate representation of color #946DF4: hue angle of 257.33º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #946DF4 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 109 | 244 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.04 |
| HSL | 257.33º | 0.86% | 0.69% | - |
| HSV(B) | 257.33º | 0.55% | 0.96% | - |
| XYZ | 34.01 | 23.76 | 88.38 | - |
| YUV | 136.05 | 188.92 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 244 | 0.39 | 0.55 | 0 | 0.04 | 257.33 | 0.86 | 0.69 |
| Hex | 94 | 6D | F4 | 27 | 37 | 0 | 4 | 101 | 56 | 45 |
| Octal | 224 | 155 | 364 | 47 | 67 | 0 | 4 | 401 | 126 | 105 |
| Binary | 10010100 | 1101101 | 11110100 | 100111 | 110111 | 0 | 100 | 100000001 | 1010110 | 1000101 |
Color Harmonies of #946DF4
Complementary color
Monochromatic Colors of #946DF4
Black with #946DF4
Text Example
Text Example
White with #946DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946DF4; }
p { color: rgb(148,109,244); }
H1.HeaderClassName
{
color: #946DF4;
}
.AnyTagClassName
{
color: #946DF4;
}
</style>
background-color css
<style>
a { background-color: #946DF4; }
a { background-color: rgb(148,109,244); }
div.DivClassName
{
background-color: #946DF4;
}
.BgClassName
{
background-color: #946DF4;
}
</style>
border-color css
<style>
span { border-color: #946DF4; }
span { border-color: rgb(148,109,244); }
td.TdClassName
{
border-color: #946DF4;
}
.TagClassName
{
border-color: #946DF4;
}
</style>