Shades of Light Slate Blue #948EFF
Tints of Light Slate Blue #948EFF
RGB
CMYK
RGB Variations
Color information
#948EFF (or 0x948EFF) is known color: Light Slate Blue. HEX triplet: 94, 8E and FF. RGB value is (148,142,255). Sum of RGB (Red+Green+Blue) = 148+142+255=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #948EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948EFF is #6B7100. Grayscale: #9C9C9C. Windows color (decimal): -7041281 or 16748180. OLE color: 16748180.
HSL color Cylindrical-coordinate representation of color #948EFF: hue angle of 243.19º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #948EFF is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 142 | 255 | - |
| CMYK | 0.42 | 0.44 | 0 | 0 |
| HSL | 243.19º | 1% | 0.78% | - |
| HSV(B) | 243.19º | 0.44% | 1% | - |
| XYZ | 39.94 | 32.86 | 98.85 | - |
| YUV | 156.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 255 | 0.42 | 0.44 | 0 | 0 | 243.19 | 1 | 0.78 |
| Hex | 94 | 8E | FF | 2A | 2C | 0 | 0 | F3 | 64 | 4E |
| Octal | 224 | 216 | 377 | 52 | 54 | 0 | 0 | 363 | 144 | 116 |
| Binary | 10010100 | 10001110 | 11111111 | 101010 | 101100 | 0 | 0 | 11110011 | 1100100 | 1001110 |
Color Harmonies of #948EFF
Complementary color
Monochromatic Colors of #948EFF
Black with #948EFF
Text Example
Text Example
White with #948EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948EFF; }
p { color: rgb(148,142,255); }
H1.HeaderClassName
{
color: #948EFF;
}
.AnyTagClassName
{
color: #948EFF;
}
</style>
background-color css
<style>
a { background-color: #948EFF; }
a { background-color: rgb(148,142,255); }
div.DivClassName
{
background-color: #948EFF;
}
.BgClassName
{
background-color: #948EFF;
}
</style>
border-color css
<style>
span { border-color: #948EFF; }
span { border-color: rgb(148,142,255); }
td.TdClassName
{
border-color: #948EFF;
}
.TagClassName
{
border-color: #948EFF;
}
</style>