Shades of Medium Slate Blue #746CDE
Tints of Medium Slate Blue #746CDE
RGB
CMYK
RGB Variations
Color information
#746CDE (or 0x746CDE) is known color: Medium Slate Blue. HEX triplet: 74, 6C and DE. RGB value is (116,108,222). Sum of RGB (Red+Green+Blue) = 116+108+222=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #746CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CDE is #8B9321. Grayscale: #7A7A7A. Windows color (decimal): -9147170 or 14576756. OLE color: 14576756.
HSL color Cylindrical-coordinate representation of color #746CDE: hue angle of 244.21º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #746CDE is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 108 | 222 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.13 |
| HSL | 244.21º | 0.63% | 0.65% | - |
| HSV(B) | 244.21º | 0.51% | 0.87% | - |
| XYZ | 25.75 | 19.71 | 71.55 | - |
| YUV | 123.39 | 183.65 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 222 | 0.48 | 0.51 | 0 | 0.13 | 244.21 | 0.63 | 0.65 |
| Hex | 74 | 6C | DE | 30 | 33 | 0 | D | F4 | 3F | 41 |
| Octal | 164 | 154 | 336 | 60 | 63 | 0 | 15 | 364 | 77 | 101 |
| Binary | 1110100 | 1101100 | 11011110 | 110000 | 110011 | 0 | 1101 | 11110100 | 111111 | 1000001 |
Color Harmonies of #746CDE
Complementary color
Monochromatic Colors of #746CDE
Black with #746CDE
Text Example
Text Example
White with #746CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746CDE; }
p { color: rgb(116,108,222); }
H1.HeaderClassName
{
color: #746CDE;
}
.AnyTagClassName
{
color: #746CDE;
}
</style>
background-color css
<style>
a { background-color: #746CDE; }
a { background-color: rgb(116,108,222); }
div.DivClassName
{
background-color: #746CDE;
}
.BgClassName
{
background-color: #746CDE;
}
</style>
border-color css
<style>
span { border-color: #746CDE; }
span { border-color: rgb(116,108,222); }
td.TdClassName
{
border-color: #746CDE;
}
.TagClassName
{
border-color: #746CDE;
}
</style>