Shades of Light Slate Blue #904FFF
Tints of Light Slate Blue #904FFF
RGB
CMYK
RGB Variations
Color information
#904FFF (or 0x904FFF) is known color: Light Slate Blue. HEX triplet: 90, 4F and FF. RGB value is (144,79,255). Sum of RGB (Red+Green+Blue) = 144+79+255=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #904FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904FFF is #6FB000. Grayscale: #757575. Windows color (decimal): -7319553 or 16732048. OLE color: 16732048.
HSL color Cylindrical-coordinate representation of color #904FFF: hue angle of 262.16º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #904FFF is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 79 | 255 | - |
| CMYK | 0.44 | 0.69 | 0 | 0 |
| HSL | 262.16º | 1% | 0.65% | - |
| HSV(B) | 262.16º | 0.69% | 1% | - |
| XYZ | 32.35 | 18.74 | 96.52 | - |
| YUV | 118.5 | 205.03 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 255 | 0.44 | 0.69 | 0 | 0 | 262.16 | 1 | 0.65 |
| Hex | 90 | 4F | FF | 2C | 45 | 0 | 0 | 106 | 64 | 41 |
| Octal | 220 | 117 | 377 | 54 | 105 | 0 | 0 | 406 | 144 | 101 |
| Binary | 10010000 | 1001111 | 11111111 | 101100 | 1000101 | 0 | 0 | 100000110 | 1100100 | 1000001 |
Color Harmonies of #904FFF
Complementary color
Monochromatic Colors of #904FFF
Black with #904FFF
Text Example
Text Example
White with #904FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904FFF; }
p { color: rgb(144,79,255); }
H1.HeaderClassName
{
color: #904FFF;
}
.AnyTagClassName
{
color: #904FFF;
}
</style>
background-color css
<style>
a { background-color: #904FFF; }
a { background-color: rgb(144,79,255); }
div.DivClassName
{
background-color: #904FFF;
}
.BgClassName
{
background-color: #904FFF;
}
</style>
border-color css
<style>
span { border-color: #904FFF; }
span { border-color: rgb(144,79,255); }
td.TdClassName
{
border-color: #904FFF;
}
.TagClassName
{
border-color: #904FFF;
}
</style>