Shades of Light Slate Blue #905EFF
Tints of Light Slate Blue #905EFF
RGB
CMYK
RGB Variations
Color information
#905EFF (or 0x905EFF) is known color: Light Slate Blue. HEX triplet: 90, 5E and FF. RGB value is (144,94,255). Sum of RGB (Red+Green+Blue) = 144+94+255=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #905EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905EFF is #6FA100. Grayscale: #7E7E7E. Windows color (decimal): -7315713 or 16735888. OLE color: 16735888.
HSL color Cylindrical-coordinate representation of color #905EFF: hue angle of 258.63º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #905EFF is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 94 | 255 | - |
| CMYK | 0.44 | 0.63 | 0 | 0 |
| HSL | 258.63º | 1% | 0.68% | - |
| HSV(B) | 258.63º | 0.63% | 1% | - |
| XYZ | 33.55 | 21.15 | 96.92 | - |
| YUV | 127.3 | 200.07 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 255 | 0.44 | 0.63 | 0 | 0 | 258.63 | 1 | 0.68 |
| Hex | 90 | 5E | FF | 2C | 3F | 0 | 0 | 103 | 64 | 44 |
| Octal | 220 | 136 | 377 | 54 | 77 | 0 | 0 | 403 | 144 | 104 |
| Binary | 10010000 | 1011110 | 11111111 | 101100 | 111111 | 0 | 0 | 100000011 | 1100100 | 1000100 |
Color Harmonies of #905EFF
Complementary color
Monochromatic Colors of #905EFF
Black with #905EFF
Text Example
Text Example
White with #905EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905EFF; }
p { color: rgb(144,94,255); }
H1.HeaderClassName
{
color: #905EFF;
}
.AnyTagClassName
{
color: #905EFF;
}
</style>
background-color css
<style>
a { background-color: #905EFF; }
a { background-color: rgb(144,94,255); }
div.DivClassName
{
background-color: #905EFF;
}
.BgClassName
{
background-color: #905EFF;
}
</style>
border-color css
<style>
span { border-color: #905EFF; }
span { border-color: rgb(144,94,255); }
td.TdClassName
{
border-color: #905EFF;
}
.TagClassName
{
border-color: #905EFF;
}
</style>