Shades of Medium Slate Blue #904CFC
Tints of Medium Slate Blue #904CFC
RGB
CMYK
RGB Variations
Color information
#904CFC (or 0x904CFC) is known color: Medium Slate Blue. HEX triplet: 90, 4C and FC. RGB value is (144,76,252). Sum of RGB (Red+Green+Blue) = 144+76+252=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #904CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #904CFC is #6FB303. Grayscale: #737373. Windows color (decimal): -7320324 or 16534672. OLE color: 16534672.
HSL color Cylindrical-coordinate representation of color #904CFC: hue angle of 263.18º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #904CFC is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 76 | 252 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.01 |
| HSL | 263.18º | 0.97% | 0.64% | - |
| HSV(B) | 263.18º | 0.7% | 0.99% | - |
| XYZ | 31.66 | 18.13 | 93.93 | - |
| YUV | 116.4 | 204.53 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 252 | 0.43 | 0.70 | 0 | 0.01 | 263.18 | 0.97 | 0.64 |
| Hex | 90 | 4C | FC | 2B | 46 | 0 | 1 | 107 | 61 | 40 |
| Octal | 220 | 114 | 374 | 53 | 106 | 0 | 1 | 407 | 141 | 100 |
| Binary | 10010000 | 1001100 | 11111100 | 101011 | 1000110 | 0 | 1 | 100000111 | 1100001 | 1000000 |
Color Harmonies of #904CFC
Complementary color
Monochromatic Colors of #904CFC
Black with #904CFC
Text Example
Text Example
White with #904CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904CFC; }
p { color: rgb(144,76,252); }
H1.HeaderClassName
{
color: #904CFC;
}
.AnyTagClassName
{
color: #904CFC;
}
</style>
background-color css
<style>
a { background-color: #904CFC; }
a { background-color: rgb(144,76,252); }
div.DivClassName
{
background-color: #904CFC;
}
.BgClassName
{
background-color: #904CFC;
}
</style>
border-color css
<style>
span { border-color: #904CFC; }
span { border-color: rgb(144,76,252); }
td.TdClassName
{
border-color: #904CFC;
}
.TagClassName
{
border-color: #904CFC;
}
</style>