Shades of Medium Slate Blue #746ADC
Tints of Medium Slate Blue #746ADC
RGB
CMYK
RGB Variations
Color information
#746ADC (or 0x746ADC) is known color: Medium Slate Blue. HEX triplet: 74, 6A and DC. RGB value is (116,106,220). Sum of RGB (Red+Green+Blue) = 116+106+220=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #746ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ADC is #8B9523. Grayscale: #797979. Windows color (decimal): -9147684 or 14445172. OLE color: 14445172.
HSL color Cylindrical-coordinate representation of color #746ADC: hue angle of 245.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #746ADC is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 106 | 220 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.14 |
| HSL | 245.26º | 0.62% | 0.64% | - |
| HSV(B) | 245.26º | 0.52% | 0.86% | - |
| XYZ | 25.27 | 19.19 | 70.08 | - |
| YUV | 121.99 | 183.31 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 220 | 0.47 | 0.52 | 0 | 0.14 | 245.26 | 0.62 | 0.64 |
| Hex | 74 | 6A | DC | 2F | 34 | 0 | E | F5 | 3E | 40 |
| Octal | 164 | 152 | 334 | 57 | 64 | 0 | 16 | 365 | 76 | 100 |
| Binary | 1110100 | 1101010 | 11011100 | 101111 | 110100 | 0 | 1110 | 11110101 | 111110 | 1000000 |
Color Harmonies of #746ADC
Complementary color
Monochromatic Colors of #746ADC
Black with #746ADC
Text Example
Text Example
White with #746ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746ADC; }
p { color: rgb(116,106,220); }
H1.HeaderClassName
{
color: #746ADC;
}
.AnyTagClassName
{
color: #746ADC;
}
</style>
background-color css
<style>
a { background-color: #746ADC; }
a { background-color: rgb(116,106,220); }
div.DivClassName
{
background-color: #746ADC;
}
.BgClassName
{
background-color: #746ADC;
}
</style>
border-color css
<style>
span { border-color: #746ADC; }
span { border-color: rgb(116,106,220); }
td.TdClassName
{
border-color: #746ADC;
}
.TagClassName
{
border-color: #746ADC;
}
</style>