Shades of Medium Slate Blue #746DDC
Tints of Medium Slate Blue #746DDC
RGB
CMYK
RGB Variations
Color information
#746DDC (or 0x746DDC) is known color: Medium Slate Blue. HEX triplet: 74, 6D and DC. RGB value is (116,109,220). Sum of RGB (Red+Green+Blue) = 116+109+220=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #746DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DDC is #8B9223. Grayscale: #7B7B7B. Windows color (decimal): -9146916 or 14445940. OLE color: 14445940.
HSL color Cylindrical-coordinate representation of color #746DDC: hue angle of 243.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #746DDC is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 109 | 220 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.14 |
| HSL | 243.78º | 0.61% | 0.65% | - |
| HSV(B) | 243.78º | 0.5% | 0.86% | - |
| XYZ | 25.59 | 19.82 | 70.19 | - |
| YUV | 123.75 | 182.32 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 220 | 0.47 | 0.50 | 0 | 0.14 | 243.78 | 0.61 | 0.65 |
| Hex | 74 | 6D | DC | 2F | 32 | 0 | E | F4 | 3D | 41 |
| Octal | 164 | 155 | 334 | 57 | 62 | 0 | 16 | 364 | 75 | 101 |
| Binary | 1110100 | 1101101 | 11011100 | 101111 | 110010 | 0 | 1110 | 11110100 | 111101 | 1000001 |
Color Harmonies of #746DDC
Complementary color
Monochromatic Colors of #746DDC
Black with #746DDC
Text Example
Text Example
White with #746DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DDC; }
p { color: rgb(116,109,220); }
H1.HeaderClassName
{
color: #746DDC;
}
.AnyTagClassName
{
color: #746DDC;
}
</style>
background-color css
<style>
a { background-color: #746DDC; }
a { background-color: rgb(116,109,220); }
div.DivClassName
{
background-color: #746DDC;
}
.BgClassName
{
background-color: #746DDC;
}
</style>
border-color css
<style>
span { border-color: #746DDC; }
span { border-color: rgb(116,109,220); }
td.TdClassName
{
border-color: #746DDC;
}
.TagClassName
{
border-color: #746DDC;
}
</style>