Shades of Light Slate Blue #945CFF
Tints of Light Slate Blue #945CFF
RGB
CMYK
RGB Variations
Color information
#945CFF (or 0x945CFF) is known color: Light Slate Blue. HEX triplet: 94, 5C and FF. RGB value is (148,92,255). Sum of RGB (Red+Green+Blue) = 148+92+255=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #945CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945CFF is #6BA300. Grayscale: #7E7E7E. Windows color (decimal): -7054081 or 16735380. OLE color: 16735380.
HSL color Cylindrical-coordinate representation of color #945CFF: hue angle of 260.61º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #945CFF is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 92 | 255 | - |
| CMYK | 0.42 | 0.64 | 0 | 0 |
| HSL | 260.61º | 1% | 0.68% | - |
| HSV(B) | 260.61º | 0.64% | 1% | - |
| XYZ | 34.09 | 21.17 | 96.9 | - |
| YUV | 127.33 | 200.05 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 255 | 0.42 | 0.64 | 0 | 0 | 260.61 | 1 | 0.68 |
| Hex | 94 | 5C | FF | 2A | 40 | 0 | 0 | 105 | 64 | 44 |
| Octal | 224 | 134 | 377 | 52 | 100 | 0 | 0 | 405 | 144 | 104 |
| Binary | 10010100 | 1011100 | 11111111 | 101010 | 1000000 | 0 | 0 | 100000101 | 1100100 | 1000100 |
Color Harmonies of #945CFF
Complementary color
Monochromatic Colors of #945CFF
Black with #945CFF
Text Example
Text Example
White with #945CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945CFF; }
p { color: rgb(148,92,255); }
H1.HeaderClassName
{
color: #945CFF;
}
.AnyTagClassName
{
color: #945CFF;
}
</style>
background-color css
<style>
a { background-color: #945CFF; }
a { background-color: rgb(148,92,255); }
div.DivClassName
{
background-color: #945CFF;
}
.BgClassName
{
background-color: #945CFF;
}
</style>
border-color css
<style>
span { border-color: #945CFF; }
span { border-color: rgb(148,92,255); }
td.TdClassName
{
border-color: #945CFF;
}
.TagClassName
{
border-color: #945CFF;
}
</style>