Shades of Light Slate Blue #946AF6
Tints of Light Slate Blue #946AF6
RGB
CMYK
RGB Variations
Color information
#946AF6 (or 0x946AF6) is known color: Light Slate Blue. HEX triplet: 94, 6A and F6. RGB value is (148,106,246). Sum of RGB (Red+Green+Blue) = 148+106+246=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #946AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946AF6 is #6B9509. Grayscale: #868686. Windows color (decimal): -7050506 or 16149140. OLE color: 16149140.
HSL color Cylindrical-coordinate representation of color #946AF6: hue angle of 258º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #946AF6 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 106 | 246 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.04 |
| HSL | 258º | 0.89% | 0.69% | - |
| HSV(B) | 258º | 0.57% | 0.96% | - |
| XYZ | 34 | 23.26 | 89.89 | - |
| YUV | 134.52 | 190.91 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 246 | 0.40 | 0.57 | 0 | 0.04 | 258 | 0.89 | 0.69 |
| Hex | 94 | 6A | F6 | 28 | 39 | 0 | 4 | 102 | 59 | 45 |
| Octal | 224 | 152 | 366 | 50 | 71 | 0 | 4 | 402 | 131 | 105 |
| Binary | 10010100 | 1101010 | 11110110 | 101000 | 111001 | 0 | 100 | 100000010 | 1011001 | 1000101 |
Color Harmonies of #946AF6
Complementary color
Monochromatic Colors of #946AF6
Black with #946AF6
Text Example
Text Example
White with #946AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946AF6; }
p { color: rgb(148,106,246); }
H1.HeaderClassName
{
color: #946AF6;
}
.AnyTagClassName
{
color: #946AF6;
}
</style>
background-color css
<style>
a { background-color: #946AF6; }
a { background-color: rgb(148,106,246); }
div.DivClassName
{
background-color: #946AF6;
}
.BgClassName
{
background-color: #946AF6;
}
</style>
border-color css
<style>
span { border-color: #946AF6; }
span { border-color: rgb(148,106,246); }
td.TdClassName
{
border-color: #946AF6;
}
.TagClassName
{
border-color: #946AF6;
}
</style>