Shades of Medium Slate Blue #746DF8
Tints of Medium Slate Blue #746DF8
RGB
CMYK
RGB Variations
Color information
#746DF8 (or 0x746DF8) is known color: Medium Slate Blue. HEX triplet: 74, 6D and F8. RGB value is (116,109,248). Sum of RGB (Red+Green+Blue) = 116+109+248=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #746DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746DF8 is #8B9207. Grayscale: #7E7E7E. Windows color (decimal): -9146888 or 16280948. OLE color: 16280948.
HSL color Cylindrical-coordinate representation of color #746DF8: hue angle of 243.02º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #746DF8 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 109 | 248 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.03 |
| HSL | 243.02º | 0.91% | 0.7% | - |
| HSV(B) | 243.02º | 0.56% | 0.97% | - |
| XYZ | 29.61 | 21.43 | 91.38 | - |
| YUV | 126.94 | 196.32 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 248 | 0.53 | 0.56 | 0 | 0.03 | 243.02 | 0.91 | 0.7 |
| Hex | 74 | 6D | F8 | 35 | 38 | 0 | 3 | F3 | 5B | 46 |
| Octal | 164 | 155 | 370 | 65 | 70 | 0 | 3 | 363 | 133 | 106 |
| Binary | 1110100 | 1101101 | 11111000 | 110101 | 111000 | 0 | 11 | 11110011 | 1011011 | 1000110 |
Color Harmonies of #746DF8
Complementary color
Monochromatic Colors of #746DF8
Black with #746DF8
Text Example
Text Example
White with #746DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DF8; }
p { color: rgb(116,109,248); }
H1.HeaderClassName
{
color: #746DF8;
}
.AnyTagClassName
{
color: #746DF8;
}
</style>
background-color css
<style>
a { background-color: #746DF8; }
a { background-color: rgb(116,109,248); }
div.DivClassName
{
background-color: #746DF8;
}
.BgClassName
{
background-color: #746DF8;
}
</style>
border-color css
<style>
span { border-color: #746DF8; }
span { border-color: rgb(116,109,248); }
td.TdClassName
{
border-color: #746DF8;
}
.TagClassName
{
border-color: #746DF8;
}
</style>