Shades of Medium Slate Blue #747BE0
Tints of Medium Slate Blue #747BE0
RGB
CMYK
RGB Variations
Color information
#747BE0 (or 0x747BE0) is known color: Medium Slate Blue. HEX triplet: 74, 7B and E0. RGB value is (116,123,224). Sum of RGB (Red+Green+Blue) = 116+123+224=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #747BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BE0 is #8B841F. Grayscale: #848484. Windows color (decimal): -9143328 or 14711668. OLE color: 14711668.
HSL color Cylindrical-coordinate representation of color #747BE0: hue angle of 236.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #747BE0 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 123 | 224 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.12 |
| HSL | 236.11º | 0.64% | 0.67% | - |
| HSV(B) | 236.11º | 0.48% | 0.88% | - |
| XYZ | 27.74 | 23.26 | 73.55 | - |
| YUV | 132.42 | 179.68 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 224 | 0.48 | 0.45 | 0 | 0.12 | 236.11 | 0.64 | 0.67 |
| Hex | 74 | 7B | E0 | 30 | 2D | 0 | C | EC | 40 | 43 |
| Octal | 164 | 173 | 340 | 60 | 55 | 0 | 14 | 354 | 100 | 103 |
| Binary | 1110100 | 1111011 | 11100000 | 110000 | 101101 | 0 | 1100 | 11101100 | 1000000 | 1000011 |
Color Harmonies of #747BE0
Complementary color
Monochromatic Colors of #747BE0
Black with #747BE0
Text Example
Text Example
White with #747BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747BE0; }
p { color: rgb(116,123,224); }
H1.HeaderClassName
{
color: #747BE0;
}
.AnyTagClassName
{
color: #747BE0;
}
</style>
background-color css
<style>
a { background-color: #747BE0; }
a { background-color: rgb(116,123,224); }
div.DivClassName
{
background-color: #747BE0;
}
.BgClassName
{
background-color: #747BE0;
}
</style>
border-color css
<style>
span { border-color: #747BE0; }
span { border-color: rgb(116,123,224); }
td.TdClassName
{
border-color: #747BE0;
}
.TagClassName
{
border-color: #747BE0;
}
</style>