Shades of Light Slate Blue #904FFE
Tints of Light Slate Blue #904FFE
RGB
CMYK
RGB Variations
Color information
#904FFE (or 0x904FFE) is known color: Light Slate Blue. HEX triplet: 90, 4F and FE. RGB value is (144,79,254). Sum of RGB (Red+Green+Blue) = 144+79+254=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #904FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904FFE is #6FB001. Grayscale: #757575. Windows color (decimal): -7319554 or 16666512. OLE color: 16666512.
HSL color Cylindrical-coordinate representation of color #904FFE: hue angle of 262.29º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #904FFE is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 79 | 254 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.00 |
| HSL | 262.29º | 0.99% | 0.65% | - |
| HSV(B) | 262.29º | 0.69% | 1% | - |
| XYZ | 32.19 | 18.68 | 95.67 | - |
| YUV | 118.39 | 204.53 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 254 | 0.43 | 0.69 | 0 | 0.00 | 262.29 | 0.99 | 0.65 |
| Hex | 90 | 4F | FE | 2B | 45 | 0 | 0 | 106 | 63 | 41 |
| Octal | 220 | 117 | 376 | 53 | 105 | 0 | 0 | 406 | 143 | 101 |
| Binary | 10010000 | 1001111 | 11111110 | 101011 | 1000101 | 0 | 0 | 100000110 | 1100011 | 1000001 |
Color Harmonies of #904FFE
Complementary color
Monochromatic Colors of #904FFE
Black with #904FFE
Text Example
Text Example
White with #904FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904FFE; }
p { color: rgb(144,79,254); }
H1.HeaderClassName
{
color: #904FFE;
}
.AnyTagClassName
{
color: #904FFE;
}
</style>
background-color css
<style>
a { background-color: #904FFE; }
a { background-color: rgb(144,79,254); }
div.DivClassName
{
background-color: #904FFE;
}
.BgClassName
{
background-color: #904FFE;
}
</style>
border-color css
<style>
span { border-color: #904FFE; }
span { border-color: rgb(144,79,254); }
td.TdClassName
{
border-color: #904FFE;
}
.TagClassName
{
border-color: #904FFE;
}
</style>