Shades of Medium Slate Blue #904EFB
Tints of Medium Slate Blue #904EFB
RGB
CMYK
RGB Variations
Color information
#904EFB (or 0x904EFB) is known color: Medium Slate Blue. HEX triplet: 90, 4E and FB. RGB value is (144,78,251). Sum of RGB (Red+Green+Blue) = 144+78+251=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #904EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904EFB is #6FB104. Grayscale: #747474. Windows color (decimal): -7319813 or 16469648. OLE color: 16469648.
HSL color Cylindrical-coordinate representation of color #904EFB: hue angle of 262.89º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #904EFB is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 78 | 251 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.02 |
| HSL | 262.89º | 0.96% | 0.65% | - |
| HSV(B) | 262.89º | 0.69% | 0.98% | - |
| XYZ | 31.64 | 18.34 | 93.14 | - |
| YUV | 117.46 | 203.37 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 251 | 0.43 | 0.69 | 0 | 0.02 | 262.89 | 0.96 | 0.65 |
| Hex | 90 | 4E | FB | 2B | 45 | 0 | 2 | 107 | 60 | 41 |
| Octal | 220 | 116 | 373 | 53 | 105 | 0 | 2 | 407 | 140 | 101 |
| Binary | 10010000 | 1001110 | 11111011 | 101011 | 1000101 | 0 | 10 | 100000111 | 1100000 | 1000001 |
Color Harmonies of #904EFB
Complementary color
Monochromatic Colors of #904EFB
Black with #904EFB
Text Example
Text Example
White with #904EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EFB; }
p { color: rgb(144,78,251); }
H1.HeaderClassName
{
color: #904EFB;
}
.AnyTagClassName
{
color: #904EFB;
}
</style>
background-color css
<style>
a { background-color: #904EFB; }
a { background-color: rgb(144,78,251); }
div.DivClassName
{
background-color: #904EFB;
}
.BgClassName
{
background-color: #904EFB;
}
</style>
border-color css
<style>
span { border-color: #904EFB; }
span { border-color: rgb(144,78,251); }
td.TdClassName
{
border-color: #904EFB;
}
.TagClassName
{
border-color: #904EFB;
}
</style>