Shades of Medium Slate Blue #7467EF
Tints of Medium Slate Blue #7467EF
RGB
CMYK
RGB Variations
Color information
#7467EF (or 0x7467EF) is known color: Medium Slate Blue. HEX triplet: 74, 67 and EF. RGB value is (116,103,239). Sum of RGB (Red+Green+Blue) = 116+103+239=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #7467EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7467EF is #8B9810. Grayscale: #797979. Windows color (decimal): -9148433 or 15689588. OLE color: 15689588.
HSL color Cylindrical-coordinate representation of color #7467EF: hue angle of 245.74º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7467EF is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 103 | 239 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.06 |
| HSL | 245.74º | 0.81% | 0.67% | - |
| HSV(B) | 245.74º | 0.57% | 0.94% | - |
| XYZ | 27.63 | 19.65 | 84 | - |
| YUV | 122.39 | 193.81 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 239 | 0.51 | 0.57 | 0 | 0.06 | 245.74 | 0.81 | 0.67 |
| Hex | 74 | 67 | EF | 33 | 39 | 0 | 6 | F6 | 51 | 43 |
| Octal | 164 | 147 | 357 | 63 | 71 | 0 | 6 | 366 | 121 | 103 |
| Binary | 1110100 | 1100111 | 11101111 | 110011 | 111001 | 0 | 110 | 11110110 | 1010001 | 1000011 |
Color Harmonies of #7467EF
Complementary color
Monochromatic Colors of #7467EF
Black with #7467EF
Text Example
Text Example
White with #7467EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7467EF; }
p { color: rgb(116,103,239); }
H1.HeaderClassName
{
color: #7467EF;
}
.AnyTagClassName
{
color: #7467EF;
}
</style>
background-color css
<style>
a { background-color: #7467EF; }
a { background-color: rgb(116,103,239); }
div.DivClassName
{
background-color: #7467EF;
}
.BgClassName
{
background-color: #7467EF;
}
</style>
border-color css
<style>
span { border-color: #7467EF; }
span { border-color: rgb(116,103,239); }
td.TdClassName
{
border-color: #7467EF;
}
.TagClassName
{
border-color: #7467EF;
}
</style>