Shades of Medium Slate Blue #747ADF
Tints of Medium Slate Blue #747ADF
RGB
CMYK
RGB Variations
Color information
#747ADF (or 0x747ADF) is known color: Medium Slate Blue. HEX triplet: 74, 7A and DF. RGB value is (116,122,223). Sum of RGB (Red+Green+Blue) = 116+122+223=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #747ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747ADF is #8B8520. Grayscale: #838383. Windows color (decimal): -9143585 or 14645876. OLE color: 14645876.
HSL color Cylindrical-coordinate representation of color #747ADF: hue angle of 236.64º 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 #747ADF is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 122 | 223 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.13 |
| HSL | 236.64º | 0.63% | 0.66% | - |
| HSV(B) | 236.64º | 0.48% | 0.87% | - |
| XYZ | 27.48 | 22.96 | 72.8 | - |
| YUV | 131.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 223 | 0.48 | 0.45 | 0 | 0.13 | 236.64 | 0.63 | 0.66 |
| Hex | 74 | 7A | DF | 30 | 2D | 0 | D | ED | 3F | 42 |
| Octal | 164 | 172 | 337 | 60 | 55 | 0 | 15 | 355 | 77 | 102 |
| Binary | 1110100 | 1111010 | 11011111 | 110000 | 101101 | 0 | 1101 | 11101101 | 111111 | 1000010 |
Color Harmonies of #747ADF
Complementary color
Monochromatic Colors of #747ADF
Black with #747ADF
Text Example
Text Example
White with #747ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747ADF; }
p { color: rgb(116,122,223); }
H1.HeaderClassName
{
color: #747ADF;
}
.AnyTagClassName
{
color: #747ADF;
}
</style>
background-color css
<style>
a { background-color: #747ADF; }
a { background-color: rgb(116,122,223); }
div.DivClassName
{
background-color: #747ADF;
}
.BgClassName
{
background-color: #747ADF;
}
</style>
border-color css
<style>
span { border-color: #747ADF; }
span { border-color: rgb(116,122,223); }
td.TdClassName
{
border-color: #747ADF;
}
.TagClassName
{
border-color: #747ADF;
}
</style>