Shades of Light Slate Blue #905EFE
Tints of Light Slate Blue #905EFE
RGB
CMYK
RGB Variations
Color information
#905EFE (or 0x905EFE) is known color: Light Slate Blue. HEX triplet: 90, 5E and FE. RGB value is (144,94,254). Sum of RGB (Red+Green+Blue) = 144+94+254=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #905EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905EFE is #6FA101. Grayscale: #7E7E7E. Windows color (decimal): -7315714 or 16670352. OLE color: 16670352.
HSL color Cylindrical-coordinate representation of color #905EFE: hue angle of 258.75º 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 #905EFE is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 94 | 254 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.00 |
| HSL | 258.75º | 0.99% | 0.68% | - |
| HSV(B) | 258.75º | 0.63% | 1% | - |
| XYZ | 33.39 | 21.09 | 96.08 | - |
| YUV | 127.19 | 199.57 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 254 | 0.43 | 0.63 | 0 | 0.00 | 258.75 | 0.99 | 0.68 |
| Hex | 90 | 5E | FE | 2B | 3F | 0 | 0 | 103 | 63 | 44 |
| Octal | 220 | 136 | 376 | 53 | 77 | 0 | 0 | 403 | 143 | 104 |
| Binary | 10010000 | 1011110 | 11111110 | 101011 | 111111 | 0 | 0 | 100000011 | 1100011 | 1000100 |
Color Harmonies of #905EFE
Complementary color
Monochromatic Colors of #905EFE
Black with #905EFE
Text Example
Text Example
White with #905EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905EFE; }
p { color: rgb(144,94,254); }
H1.HeaderClassName
{
color: #905EFE;
}
.AnyTagClassName
{
color: #905EFE;
}
</style>
background-color css
<style>
a { background-color: #905EFE; }
a { background-color: rgb(144,94,254); }
div.DivClassName
{
background-color: #905EFE;
}
.BgClassName
{
background-color: #905EFE;
}
</style>
border-color css
<style>
span { border-color: #905EFE; }
span { border-color: rgb(144,94,254); }
td.TdClassName
{
border-color: #905EFE;
}
.TagClassName
{
border-color: #905EFE;
}
</style>