Shades of Light Slate Blue #904DFF
Tints of Light Slate Blue #904DFF
RGB
CMYK
RGB Variations
Color information
#904DFF (or 0x904DFF) is known color: Light Slate Blue. HEX triplet: 90, 4D and FF. RGB value is (144,77,255). Sum of RGB (Red+Green+Blue) = 144+77+255=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #904DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904DFF is #6FB200. Grayscale: #747474. Windows color (decimal): -7320065 or 16731536. OLE color: 16731536.
HSL color Cylindrical-coordinate representation of color #904DFF: hue angle of 262.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #904DFF is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 77 | 255 | - |
| CMYK | 0.44 | 0.70 | 0 | 0 |
| HSL | 262.58º | 1% | 0.65% | - |
| HSV(B) | 262.58º | 0.7% | 1% | - |
| XYZ | 32.21 | 18.46 | 96.47 | - |
| YUV | 117.33 | 205.7 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 255 | 0.44 | 0.70 | 0 | 0 | 262.58 | 1 | 0.65 |
| Hex | 90 | 4D | FF | 2C | 46 | 0 | 0 | 107 | 64 | 41 |
| Octal | 220 | 115 | 377 | 54 | 106 | 0 | 0 | 407 | 144 | 101 |
| Binary | 10010000 | 1001101 | 11111111 | 101100 | 1000110 | 0 | 0 | 100000111 | 1100100 | 1000001 |
Color Harmonies of #904DFF
Complementary color
Monochromatic Colors of #904DFF
Black with #904DFF
Text Example
Text Example
White with #904DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DFF; }
p { color: rgb(144,77,255); }
H1.HeaderClassName
{
color: #904DFF;
}
.AnyTagClassName
{
color: #904DFF;
}
</style>
background-color css
<style>
a { background-color: #904DFF; }
a { background-color: rgb(144,77,255); }
div.DivClassName
{
background-color: #904DFF;
}
.BgClassName
{
background-color: #904DFF;
}
</style>
border-color css
<style>
span { border-color: #904DFF; }
span { border-color: rgb(144,77,255); }
td.TdClassName
{
border-color: #904DFF;
}
.TagClassName
{
border-color: #904DFF;
}
</style>