Shades of Medium Slate Blue #746CE0
Tints of Medium Slate Blue #746CE0
RGB
CMYK
RGB Variations
Color information
#746CE0 (or 0x746CE0) is known color: Medium Slate Blue. HEX triplet: 74, 6C and E0. RGB value is (116,108,224). Sum of RGB (Red+Green+Blue) = 116+108+224=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #746CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CE0 is #8B931F. Grayscale: #7B7B7B. Windows color (decimal): -9147168 or 14707828. OLE color: 14707828.
HSL color Cylindrical-coordinate representation of color #746CE0: hue angle of 244.14º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #746CE0 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 108 | 224 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.12 |
| HSL | 244.14º | 0.65% | 0.65% | - |
| HSV(B) | 244.14º | 0.52% | 0.88% | - |
| XYZ | 26.02 | 19.82 | 72.98 | - |
| YUV | 123.62 | 184.65 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 224 | 0.48 | 0.52 | 0 | 0.12 | 244.14 | 0.65 | 0.65 |
| Hex | 74 | 6C | E0 | 30 | 34 | 0 | C | F4 | 41 | 41 |
| Octal | 164 | 154 | 340 | 60 | 64 | 0 | 14 | 364 | 101 | 101 |
| Binary | 1110100 | 1101100 | 11100000 | 110000 | 110100 | 0 | 1100 | 11110100 | 1000001 | 1000001 |
Color Harmonies of #746CE0
Complementary color
Monochromatic Colors of #746CE0
Black with #746CE0
Text Example
Text Example
White with #746CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746CE0; }
p { color: rgb(116,108,224); }
H1.HeaderClassName
{
color: #746CE0;
}
.AnyTagClassName
{
color: #746CE0;
}
</style>
background-color css
<style>
a { background-color: #746CE0; }
a { background-color: rgb(116,108,224); }
div.DivClassName
{
background-color: #746CE0;
}
.BgClassName
{
background-color: #746CE0;
}
</style>
border-color css
<style>
span { border-color: #746CE0; }
span { border-color: rgb(116,108,224); }
td.TdClassName
{
border-color: #746CE0;
}
.TagClassName
{
border-color: #746CE0;
}
</style>