Shades of Light Slate Blue #945DFE
Tints of Light Slate Blue #945DFE
RGB
CMYK
RGB Variations
Color information
#945DFE (or 0x945DFE) is known color: Light Slate Blue. HEX triplet: 94, 5D and FE. RGB value is (148,93,254). Sum of RGB (Red+Green+Blue) = 148+93+254=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #945DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945DFE is #6BA201. Grayscale: #7F7F7F. Windows color (decimal): -7053826 or 16670100. OLE color: 16670100.
HSL color Cylindrical-coordinate representation of color #945DFE: hue angle of 260.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #945DFE is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 93 | 254 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.00 |
| HSL | 260.5º | 0.99% | 0.68% | - |
| HSV(B) | 260.5º | 0.63% | 1% | - |
| XYZ | 34.02 | 21.28 | 96.08 | - |
| YUV | 127.8 | 199.22 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 254 | 0.42 | 0.63 | 0 | 0.00 | 260.5 | 0.99 | 0.68 |
| Hex | 94 | 5D | FE | 2A | 3F | 0 | 0 | 104 | 63 | 44 |
| Octal | 224 | 135 | 376 | 52 | 77 | 0 | 0 | 404 | 143 | 104 |
| Binary | 10010100 | 1011101 | 11111110 | 101010 | 111111 | 0 | 0 | 100000100 | 1100011 | 1000100 |
Color Harmonies of #945DFE
Complementary color
Monochromatic Colors of #945DFE
Black with #945DFE
Text Example
Text Example
White with #945DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945DFE; }
p { color: rgb(148,93,254); }
H1.HeaderClassName
{
color: #945DFE;
}
.AnyTagClassName
{
color: #945DFE;
}
</style>
background-color css
<style>
a { background-color: #945DFE; }
a { background-color: rgb(148,93,254); }
div.DivClassName
{
background-color: #945DFE;
}
.BgClassName
{
background-color: #945DFE;
}
</style>
border-color css
<style>
span { border-color: #945DFE; }
span { border-color: rgb(148,93,254); }
td.TdClassName
{
border-color: #945DFE;
}
.TagClassName
{
border-color: #945DFE;
}
</style>