Shades of Medium Slate Blue #747DDF
Tints of Medium Slate Blue #747DDF
RGB
CMYK
RGB Variations
Color information
#747DDF (or 0x747DDF) is known color: Medium Slate Blue. HEX triplet: 74, 7D and DF. RGB value is (116,125,223). Sum of RGB (Red+Green+Blue) = 116+125+223=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #747DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DDF is #8B8220. Grayscale: #858585. Windows color (decimal): -9142817 or 14646644. OLE color: 14646644.
HSL color Cylindrical-coordinate representation of color #747DDF: hue angle of 234.95º degrees, saturation: 0.63, 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 #747DDF is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 125 | 223 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.13 |
| HSL | 234.95º | 0.63% | 0.66% | - |
| HSV(B) | 234.95º | 0.48% | 0.87% | - |
| XYZ | 27.86 | 23.71 | 72.92 | - |
| YUV | 133.48 | 178.52 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 223 | 0.48 | 0.44 | 0 | 0.13 | 234.95 | 0.63 | 0.66 |
| Hex | 74 | 7D | DF | 30 | 2C | 0 | D | EB | 3F | 42 |
| Octal | 164 | 175 | 337 | 60 | 54 | 0 | 15 | 353 | 77 | 102 |
| Binary | 1110100 | 1111101 | 11011111 | 110000 | 101100 | 0 | 1101 | 11101011 | 111111 | 1000010 |
Color Harmonies of #747DDF
Complementary color
Monochromatic Colors of #747DDF
Black with #747DDF
Text Example
Text Example
White with #747DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747DDF; }
p { color: rgb(116,125,223); }
H1.HeaderClassName
{
color: #747DDF;
}
.AnyTagClassName
{
color: #747DDF;
}
</style>
background-color css
<style>
a { background-color: #747DDF; }
a { background-color: rgb(116,125,223); }
div.DivClassName
{
background-color: #747DDF;
}
.BgClassName
{
background-color: #747DDF;
}
</style>
border-color css
<style>
span { border-color: #747DDF; }
span { border-color: rgb(116,125,223); }
td.TdClassName
{
border-color: #747DDF;
}
.TagClassName
{
border-color: #747DDF;
}
</style>