Shades of Medium Slate Blue #747DDE
Tints of Medium Slate Blue #747DDE
RGB
CMYK
RGB Variations
Color information
#747DDE (or 0x747DDE) is known color: Medium Slate Blue. HEX triplet: 74, 7D and DE. RGB value is (116,125,222). Sum of RGB (Red+Green+Blue) = 116+125+222=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #747DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DDE is #8B8221. Grayscale: #848484. Windows color (decimal): -9142818 or 14581108. OLE color: 14581108.
HSL color Cylindrical-coordinate representation of color #747DDE: hue angle of 234.91º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #747DDE is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 125 | 222 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.13 |
| HSL | 234.91º | 0.62% | 0.66% | - |
| HSV(B) | 234.91º | 0.48% | 0.87% | - |
| XYZ | 27.72 | 23.65 | 72.21 | - |
| YUV | 133.37 | 178.02 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 222 | 0.48 | 0.44 | 0 | 0.13 | 234.91 | 0.62 | 0.66 |
| Hex | 74 | 7D | DE | 30 | 2C | 0 | D | EB | 3E | 42 |
| Octal | 164 | 175 | 336 | 60 | 54 | 0 | 15 | 353 | 76 | 102 |
| Binary | 1110100 | 1111101 | 11011110 | 110000 | 101100 | 0 | 1101 | 11101011 | 111110 | 1000010 |
Color Harmonies of #747DDE
Complementary color
Monochromatic Colors of #747DDE
Black with #747DDE
Text Example
Text Example
White with #747DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747DDE; }
p { color: rgb(116,125,222); }
H1.HeaderClassName
{
color: #747DDE;
}
.AnyTagClassName
{
color: #747DDE;
}
</style>
background-color css
<style>
a { background-color: #747DDE; }
a { background-color: rgb(116,125,222); }
div.DivClassName
{
background-color: #747DDE;
}
.BgClassName
{
background-color: #747DDE;
}
</style>
border-color css
<style>
span { border-color: #747DDE; }
span { border-color: rgb(116,125,222); }
td.TdClassName
{
border-color: #747DDE;
}
.TagClassName
{
border-color: #747DDE;
}
</style>