Shades of Medium Slate Blue #747FDF
Tints of Medium Slate Blue #747FDF
RGB
CMYK
RGB Variations
Color information
#747FDF (or 0x747FDF) is known color: Medium Slate Blue. HEX triplet: 74, 7F and DF. RGB value is (116,127,223). Sum of RGB (Red+Green+Blue) = 116+127+223=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #747FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FDF is #8B8020. Grayscale: #868686. Windows color (decimal): -9142305 or 14647156. OLE color: 14647156.
HSL color Cylindrical-coordinate representation of color #747FDF: hue angle of 233.83º 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 #747FDF is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 127 | 223 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.13 |
| HSL | 233.83º | 0.63% | 0.66% | - |
| HSV(B) | 233.83º | 0.48% | 0.87% | - |
| XYZ | 28.11 | 24.22 | 73.01 | - |
| YUV | 134.66 | 177.86 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 223 | 0.48 | 0.43 | 0 | 0.13 | 233.83 | 0.63 | 0.66 |
| Hex | 74 | 7F | DF | 30 | 2B | 0 | D | EA | 3F | 42 |
| Octal | 164 | 177 | 337 | 60 | 53 | 0 | 15 | 352 | 77 | 102 |
| Binary | 1110100 | 1111111 | 11011111 | 110000 | 101011 | 0 | 1101 | 11101010 | 111111 | 1000010 |
Color Harmonies of #747FDF
Complementary color
Monochromatic Colors of #747FDF
Black with #747FDF
Text Example
Text Example
White with #747FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FDF; }
p { color: rgb(116,127,223); }
H1.HeaderClassName
{
color: #747FDF;
}
.AnyTagClassName
{
color: #747FDF;
}
</style>
background-color css
<style>
a { background-color: #747FDF; }
a { background-color: rgb(116,127,223); }
div.DivClassName
{
background-color: #747FDF;
}
.BgClassName
{
background-color: #747FDF;
}
</style>
border-color css
<style>
span { border-color: #747FDF; }
span { border-color: rgb(116,127,223); }
td.TdClassName
{
border-color: #747FDF;
}
.TagClassName
{
border-color: #747FDF;
}
</style>