Shades of Light Slate Blue #954EFF
Tints of Light Slate Blue #954EFF
RGB
CMYK
RGB Variations
Color information
#954EFF (or 0x954EFF) is known color: Light Slate Blue. HEX triplet: 95, 4E and FF. RGB value is (149,78,255). Sum of RGB (Red+Green+Blue) = 149+78+255=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #954EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954EFF is #6AB100. Grayscale: #767676. Windows color (decimal): -6992129 or 16731797. OLE color: 16731797.
HSL color Cylindrical-coordinate representation of color #954EFF: hue angle of 264.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #954EFF is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 78 | 255 | - |
| CMYK | 0.42 | 0.69 | 0 | 0 |
| HSL | 264.07º | 1% | 0.65% | - |
| HSV(B) | 264.07º | 0.69% | 1% | - |
| XYZ | 33.17 | 19.06 | 96.54 | - |
| YUV | 119.41 | 204.52 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 255 | 0.42 | 0.69 | 0 | 0 | 264.07 | 1 | 0.65 |
| Hex | 95 | 4E | FF | 2A | 45 | 0 | 0 | 108 | 64 | 41 |
| Octal | 225 | 116 | 377 | 52 | 105 | 0 | 0 | 410 | 144 | 101 |
| Binary | 10010101 | 1001110 | 11111111 | 101010 | 1000101 | 0 | 0 | 100001000 | 1100100 | 1000001 |
Color Harmonies of #954EFF
Complementary color
Monochromatic Colors of #954EFF
Black with #954EFF
Text Example
Text Example
White with #954EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954EFF; }
p { color: rgb(149,78,255); }
H1.HeaderClassName
{
color: #954EFF;
}
.AnyTagClassName
{
color: #954EFF;
}
</style>
background-color css
<style>
a { background-color: #954EFF; }
a { background-color: rgb(149,78,255); }
div.DivClassName
{
background-color: #954EFF;
}
.BgClassName
{
background-color: #954EFF;
}
</style>
border-color css
<style>
span { border-color: #954EFF; }
span { border-color: rgb(149,78,255); }
td.TdClassName
{
border-color: #954EFF;
}
.TagClassName
{
border-color: #954EFF;
}
</style>