Shades of Medium Slate Blue #746BDB
Tints of Medium Slate Blue #746BDB
RGB
CMYK
RGB Variations
Color information
#746BDB (or 0x746BDB) is known color: Medium Slate Blue. HEX triplet: 74, 6B and DB. RGB value is (116,107,219). Sum of RGB (Red+Green+Blue) = 116+107+219=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #746BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BDB is #8B9424. Grayscale: #7A7A7A. Windows color (decimal): -9147429 or 14379892. OLE color: 14379892.
HSL color Cylindrical-coordinate representation of color #746BDB: hue angle of 244.82º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #746BDB is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 107 | 219 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.14 |
| HSL | 244.82º | 0.61% | 0.64% | - |
| HSV(B) | 244.82º | 0.51% | 0.86% | - |
| XYZ | 25.25 | 19.34 | 69.42 | - |
| YUV | 122.46 | 182.48 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 219 | 0.47 | 0.51 | 0 | 0.14 | 244.82 | 0.61 | 0.64 |
| Hex | 74 | 6B | DB | 2F | 33 | 0 | E | F5 | 3D | 40 |
| Octal | 164 | 153 | 333 | 57 | 63 | 0 | 16 | 365 | 75 | 100 |
| Binary | 1110100 | 1101011 | 11011011 | 101111 | 110011 | 0 | 1110 | 11110101 | 111101 | 1000000 |
Color Harmonies of #746BDB
Complementary color
Monochromatic Colors of #746BDB
Black with #746BDB
Text Example
Text Example
White with #746BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746BDB; }
p { color: rgb(116,107,219); }
H1.HeaderClassName
{
color: #746BDB;
}
.AnyTagClassName
{
color: #746BDB;
}
</style>
background-color css
<style>
a { background-color: #746BDB; }
a { background-color: rgb(116,107,219); }
div.DivClassName
{
background-color: #746BDB;
}
.BgClassName
{
background-color: #746BDB;
}
</style>
border-color css
<style>
span { border-color: #746BDB; }
span { border-color: rgb(116,107,219); }
td.TdClassName
{
border-color: #746BDB;
}
.TagClassName
{
border-color: #746BDB;
}
</style>