Shades of Medium Slate Blue #747BDD
Tints of Medium Slate Blue #747BDD
RGB
CMYK
RGB Variations
Color information
#747BDD (or 0x747BDD) is known color: Medium Slate Blue. HEX triplet: 74, 7B and DD. RGB value is (116,123,221). Sum of RGB (Red+Green+Blue) = 116+123+221=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #747BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BDD is #8B8422. Grayscale: #838383. Windows color (decimal): -9143331 or 14515060. OLE color: 14515060.
HSL color Cylindrical-coordinate representation of color #747BDD: hue angle of 236º degrees, saturation: 0.61, 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 #747BDD is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 123 | 221 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.13 |
| HSL | 236º | 0.61% | 0.66% | - |
| HSV(B) | 236º | 0.48% | 0.87% | - |
| XYZ | 27.34 | 23.1 | 71.42 | - |
| YUV | 132.08 | 178.18 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 221 | 0.48 | 0.44 | 0 | 0.13 | 236 | 0.61 | 0.66 |
| Hex | 74 | 7B | DD | 30 | 2C | 0 | D | EC | 3D | 42 |
| Octal | 164 | 173 | 335 | 60 | 54 | 0 | 15 | 354 | 75 | 102 |
| Binary | 1110100 | 1111011 | 11011101 | 110000 | 101100 | 0 | 1101 | 11101100 | 111101 | 1000010 |
Color Harmonies of #747BDD
Complementary color
Monochromatic Colors of #747BDD
Black with #747BDD
Text Example
Text Example
White with #747BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747BDD; }
p { color: rgb(116,123,221); }
H1.HeaderClassName
{
color: #747BDD;
}
.AnyTagClassName
{
color: #747BDD;
}
</style>
background-color css
<style>
a { background-color: #747BDD; }
a { background-color: rgb(116,123,221); }
div.DivClassName
{
background-color: #747BDD;
}
.BgClassName
{
background-color: #747BDD;
}
</style>
border-color css
<style>
span { border-color: #747BDD; }
span { border-color: rgb(116,123,221); }
td.TdClassName
{
border-color: #747BDD;
}
.TagClassName
{
border-color: #747BDD;
}
</style>