Shades of Medium Slate Blue #747BDF
Tints of Medium Slate Blue #747BDF
RGB
CMYK
RGB Variations
Color information
#747BDF (or 0x747BDF) is known color: Medium Slate Blue. HEX triplet: 74, 7B and DF. RGB value is (116,123,223). Sum of RGB (Red+Green+Blue) = 116+123+223=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #747BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BDF is #8B8420. Grayscale: #838383. Windows color (decimal): -9143329 or 14646132. OLE color: 14646132.
HSL color Cylindrical-coordinate representation of color #747BDF: hue angle of 236.07º 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 #747BDF is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 123 | 223 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.13 |
| HSL | 236.07º | 0.63% | 0.66% | - |
| HSV(B) | 236.07º | 0.48% | 0.87% | - |
| XYZ | 27.6 | 23.21 | 72.84 | - |
| YUV | 132.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 223 | 0.48 | 0.45 | 0 | 0.13 | 236.07 | 0.63 | 0.66 |
| Hex | 74 | 7B | DF | 30 | 2D | 0 | D | EC | 3F | 42 |
| Octal | 164 | 173 | 337 | 60 | 55 | 0 | 15 | 354 | 77 | 102 |
| Binary | 1110100 | 1111011 | 11011111 | 110000 | 101101 | 0 | 1101 | 11101100 | 111111 | 1000010 |
Color Harmonies of #747BDF
Complementary color
Monochromatic Colors of #747BDF
Black with #747BDF
Text Example
Text Example
White with #747BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747BDF; }
p { color: rgb(116,123,223); }
H1.HeaderClassName
{
color: #747BDF;
}
.AnyTagClassName
{
color: #747BDF;
}
</style>
background-color css
<style>
a { background-color: #747BDF; }
a { background-color: rgb(116,123,223); }
div.DivClassName
{
background-color: #747BDF;
}
.BgClassName
{
background-color: #747BDF;
}
</style>
border-color css
<style>
span { border-color: #747BDF; }
span { border-color: rgb(116,123,223); }
td.TdClassName
{
border-color: #747BDF;
}
.TagClassName
{
border-color: #747BDF;
}
</style>