Shades of Light Slate Blue #946FFF
Tints of Light Slate Blue #946FFF
RGB
CMYK
RGB Variations
Color information
#946FFF (or 0x946FFF) is known color: Light Slate Blue. HEX triplet: 94, 6F and FF. RGB value is (148,111,255). Sum of RGB (Red+Green+Blue) = 148+111+255=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #946FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946FFF is #6B9000. Grayscale: #898989. Windows color (decimal): -7049217 or 16740244. OLE color: 16740244.
HSL color Cylindrical-coordinate representation of color #946FFF: hue angle of 255.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #946FFF is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 111 | 255 | - |
| CMYK | 0.42 | 0.56 | 0 | 0 |
| HSL | 255.42º | 1% | 0.72% | - |
| HSV(B) | 255.42º | 0.56% | 1% | - |
| XYZ | 35.95 | 24.88 | 97.52 | - |
| YUV | 138.48 | 193.76 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 255 | 0.42 | 0.56 | 0 | 0 | 255.42 | 1 | 0.72 |
| Hex | 94 | 6F | FF | 2A | 38 | 0 | 0 | FF | 64 | 48 |
| Octal | 224 | 157 | 377 | 52 | 70 | 0 | 0 | 377 | 144 | 110 |
| Binary | 10010100 | 1101111 | 11111111 | 101010 | 111000 | 0 | 0 | 11111111 | 1100100 | 1001000 |
Color Harmonies of #946FFF
Complementary color
Monochromatic Colors of #946FFF
Black with #946FFF
Text Example
Text Example
White with #946FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FFF; }
p { color: rgb(148,111,255); }
H1.HeaderClassName
{
color: #946FFF;
}
.AnyTagClassName
{
color: #946FFF;
}
</style>
background-color css
<style>
a { background-color: #946FFF; }
a { background-color: rgb(148,111,255); }
div.DivClassName
{
background-color: #946FFF;
}
.BgClassName
{
background-color: #946FFF;
}
</style>
border-color css
<style>
span { border-color: #946FFF; }
span { border-color: rgb(148,111,255); }
td.TdClassName
{
border-color: #946FFF;
}
.TagClassName
{
border-color: #946FFF;
}
</style>