Shades of Medium Slate Blue #7468E3
Tints of Medium Slate Blue #7468E3
RGB
CMYK
RGB Variations
Color information
#7468E3 (or 0x7468E3) is known color: Medium Slate Blue. HEX triplet: 74, 68 and E3. RGB value is (116,104,227). Sum of RGB (Red+Green+Blue) = 116+104+227=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 227 (89.06% from 255 or 50.78% from 447); Max value from RGB is 227 - color contains mainly: blue. Hex color #7468E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7468E3 is #8B971C. Grayscale: #797979. Windows color (decimal): -9148189 or 14903412. OLE color: 14903412.
HSL color Cylindrical-coordinate representation of color #7468E3: hue angle of 245.85º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7468E3 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 104 | 227 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.11 |
| HSL | 245.85º | 0.69% | 0.65% | - |
| HSV(B) | 245.85º | 0.54% | 0.89% | - |
| XYZ | 26.02 | 19.16 | 75 | - |
| YUV | 121.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 227 | 0.49 | 0.54 | 0 | 0.11 | 245.85 | 0.69 | 0.65 |
| Hex | 74 | 68 | E3 | 31 | 36 | 0 | B | F6 | 45 | 41 |
| Octal | 164 | 150 | 343 | 61 | 66 | 0 | 13 | 366 | 105 | 101 |
| Binary | 1110100 | 1101000 | 11100011 | 110001 | 110110 | 0 | 1011 | 11110110 | 1000101 | 1000001 |
Color Harmonies of #7468E3
Complementary color
Monochromatic Colors of #7468E3
Black with #7468E3
Text Example
Text Example
White with #7468E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7468E3; }
p { color: rgb(116,104,227); }
H1.HeaderClassName
{
color: #7468E3;
}
.AnyTagClassName
{
color: #7468E3;
}
</style>
background-color css
<style>
a { background-color: #7468E3; }
a { background-color: rgb(116,104,227); }
div.DivClassName
{
background-color: #7468E3;
}
.BgClassName
{
background-color: #7468E3;
}
</style>
border-color css
<style>
span { border-color: #7468E3; }
span { border-color: rgb(116,104,227); }
td.TdClassName
{
border-color: #7468E3;
}
.TagClassName
{
border-color: #7468E3;
}
</style>