Shades of Light Slate Blue #946FFE
Tints of Light Slate Blue #946FFE
RGB
CMYK
RGB Variations
Color information
#946FFE (or 0x946FFE) is known color: Light Slate Blue. HEX triplet: 94, 6F and FE. RGB value is (148,111,254). Sum of RGB (Red+Green+Blue) = 148+111+254=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #946FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946FFE is #6B9001. Grayscale: #898989. Windows color (decimal): -7049218 or 16674708. OLE color: 16674708.
HSL color Cylindrical-coordinate representation of color #946FFE: hue angle of 255.52º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #946FFE is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 111 | 254 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.00 |
| HSL | 255.52º | 0.99% | 0.72% | - |
| HSV(B) | 255.52º | 0.56% | 1% | - |
| XYZ | 35.79 | 24.82 | 96.67 | - |
| YUV | 138.37 | 193.26 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 254 | 0.42 | 0.56 | 0 | 0.00 | 255.52 | 0.99 | 0.72 |
| Hex | 94 | 6F | FE | 2A | 38 | 0 | 0 | 100 | 63 | 48 |
| Octal | 224 | 157 | 376 | 52 | 70 | 0 | 0 | 400 | 143 | 110 |
| Binary | 10010100 | 1101111 | 11111110 | 101010 | 111000 | 0 | 0 | 100000000 | 1100011 | 1001000 |
Color Harmonies of #946FFE
Complementary color
Monochromatic Colors of #946FFE
Black with #946FFE
Text Example
Text Example
White with #946FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FFE; }
p { color: rgb(148,111,254); }
H1.HeaderClassName
{
color: #946FFE;
}
.AnyTagClassName
{
color: #946FFE;
}
</style>
background-color css
<style>
a { background-color: #946FFE; }
a { background-color: rgb(148,111,254); }
div.DivClassName
{
background-color: #946FFE;
}
.BgClassName
{
background-color: #946FFE;
}
</style>
border-color css
<style>
span { border-color: #946FFE; }
span { border-color: rgb(148,111,254); }
td.TdClassName
{
border-color: #946FFE;
}
.TagClassName
{
border-color: #946FFE;
}
</style>