Shades of Medium Slate Blue #7467EC
Tints of Medium Slate Blue #7467EC
RGB
CMYK
RGB Variations
Color information
#7467EC (or 0x7467EC) is known color: Medium Slate Blue. HEX triplet: 74, 67 and EC. RGB value is (116,103,236). Sum of RGB (Red+Green+Blue) = 116+103+236=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #7467EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7467EC is #8B9813. Grayscale: #797979. Windows color (decimal): -9148436 or 15492980. OLE color: 15492980.
HSL color Cylindrical-coordinate representation of color #7467EC: hue angle of 245.86º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7467EC is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 103 | 236 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.07 |
| HSL | 245.86º | 0.78% | 0.66% | - |
| HSV(B) | 245.86º | 0.56% | 0.93% | - |
| XYZ | 27.19 | 19.47 | 81.68 | - |
| YUV | 122.05 | 192.31 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 236 | 0.51 | 0.56 | 0 | 0.07 | 245.86 | 0.78 | 0.66 |
| Hex | 74 | 67 | EC | 33 | 38 | 0 | 7 | F6 | 4E | 42 |
| Octal | 164 | 147 | 354 | 63 | 70 | 0 | 7 | 366 | 116 | 102 |
| Binary | 1110100 | 1100111 | 11101100 | 110011 | 111000 | 0 | 111 | 11110110 | 1001110 | 1000010 |
Color Harmonies of #7467EC
Complementary color
Monochromatic Colors of #7467EC
Black with #7467EC
Text Example
Text Example
White with #7467EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7467EC; }
p { color: rgb(116,103,236); }
H1.HeaderClassName
{
color: #7467EC;
}
.AnyTagClassName
{
color: #7467EC;
}
</style>
background-color css
<style>
a { background-color: #7467EC; }
a { background-color: rgb(116,103,236); }
div.DivClassName
{
background-color: #7467EC;
}
.BgClassName
{
background-color: #7467EC;
}
</style>
border-color css
<style>
span { border-color: #7467EC; }
span { border-color: rgb(116,103,236); }
td.TdClassName
{
border-color: #7467EC;
}
.TagClassName
{
border-color: #7467EC;
}
</style>