Shades of Medium Slate Blue #746ADF
Tints of Medium Slate Blue #746ADF
RGB
CMYK
RGB Variations
Color information
#746ADF (or 0x746ADF) is known color: Medium Slate Blue. HEX triplet: 74, 6A and DF. RGB value is (116,106,223). Sum of RGB (Red+Green+Blue) = 116+106+223=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #746ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ADF is #8B9520. Grayscale: #797979. Windows color (decimal): -9147681 or 14641780. OLE color: 14641780.
HSL color Cylindrical-coordinate representation of color #746ADF: hue angle of 245.13º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #746ADF is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 106 | 223 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.13 |
| HSL | 245.13º | 0.65% | 0.65% | - |
| HSV(B) | 245.13º | 0.52% | 0.87% | - |
| XYZ | 25.68 | 19.35 | 72.19 | - |
| YUV | 122.33 | 184.81 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 223 | 0.48 | 0.52 | 0 | 0.13 | 245.13 | 0.65 | 0.65 |
| Hex | 74 | 6A | DF | 30 | 34 | 0 | D | F5 | 41 | 41 |
| Octal | 164 | 152 | 337 | 60 | 64 | 0 | 15 | 365 | 101 | 101 |
| Binary | 1110100 | 1101010 | 11011111 | 110000 | 110100 | 0 | 1101 | 11110101 | 1000001 | 1000001 |
Color Harmonies of #746ADF
Complementary color
Monochromatic Colors of #746ADF
Black with #746ADF
Text Example
Text Example
White with #746ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746ADF; }
p { color: rgb(116,106,223); }
H1.HeaderClassName
{
color: #746ADF;
}
.AnyTagClassName
{
color: #746ADF;
}
</style>
background-color css
<style>
a { background-color: #746ADF; }
a { background-color: rgb(116,106,223); }
div.DivClassName
{
background-color: #746ADF;
}
.BgClassName
{
background-color: #746ADF;
}
</style>
border-color css
<style>
span { border-color: #746ADF; }
span { border-color: rgb(116,106,223); }
td.TdClassName
{
border-color: #746ADF;
}
.TagClassName
{
border-color: #746ADF;
}
</style>