Shades of Medium Slate Blue #747ADE
Tints of Medium Slate Blue #747ADE
RGB
CMYK
RGB Variations
Color information
#747ADE (or 0x747ADE) is known color: Medium Slate Blue. HEX triplet: 74, 7A and DE. RGB value is (116,122,222). Sum of RGB (Red+Green+Blue) = 116+122+222=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #747ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747ADE is #8B8521. Grayscale: #838383. Windows color (decimal): -9143586 or 14580340. OLE color: 14580340.
HSL color Cylindrical-coordinate representation of color #747ADE: hue angle of 236.6º degrees, saturation: 0.62, 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 #747ADE is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 122 | 222 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.13 |
| HSL | 236.6º | 0.62% | 0.66% | - |
| HSV(B) | 236.6º | 0.48% | 0.87% | - |
| XYZ | 27.35 | 22.91 | 72.09 | - |
| YUV | 131.61 | 179.01 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 222 | 0.48 | 0.45 | 0 | 0.13 | 236.6 | 0.62 | 0.66 |
| Hex | 74 | 7A | DE | 30 | 2D | 0 | D | ED | 3E | 42 |
| Octal | 164 | 172 | 336 | 60 | 55 | 0 | 15 | 355 | 76 | 102 |
| Binary | 1110100 | 1111010 | 11011110 | 110000 | 101101 | 0 | 1101 | 11101101 | 111110 | 1000010 |
Color Harmonies of #747ADE
Complementary color
Monochromatic Colors of #747ADE
Black with #747ADE
Text Example
Text Example
White with #747ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747ADE; }
p { color: rgb(116,122,222); }
H1.HeaderClassName
{
color: #747ADE;
}
.AnyTagClassName
{
color: #747ADE;
}
</style>
background-color css
<style>
a { background-color: #747ADE; }
a { background-color: rgb(116,122,222); }
div.DivClassName
{
background-color: #747ADE;
}
.BgClassName
{
background-color: #747ADE;
}
</style>
border-color css
<style>
span { border-color: #747ADE; }
span { border-color: rgb(116,122,222); }
td.TdClassName
{
border-color: #747ADE;
}
.TagClassName
{
border-color: #747ADE;
}
</style>