Shades of Medium Slate Blue #7367E2
Tints of Medium Slate Blue #7367E2
RGB
CMYK
RGB Variations
Color information
#7367E2 (or 0x7367E2) is known color: Medium Slate Blue. HEX triplet: 73, 67 and E2. RGB value is (115,103,226). Sum of RGB (Red+Green+Blue) = 115+103+226=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 226 (88.67% from 255 or 50.90% from 444); Max value from RGB is 226 - color contains mainly: blue. Hex color #7367E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367E2 is #8C981D. Grayscale: #787878. Windows color (decimal): -9213982 or 14837619. OLE color: 14837619.
HSL color Cylindrical-coordinate representation of color #7367E2: hue angle of 245.85º degrees, saturation: 0.68, 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 #7367E2 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 103 | 226 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.11 |
| HSL | 245.85º | 0.68% | 0.65% | - |
| HSV(B) | 245.85º | 0.54% | 0.89% | - |
| XYZ | 25.65 | 18.84 | 74.24 | - |
| YUV | 120.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 226 | 0.49 | 0.54 | 0 | 0.11 | 245.85 | 0.68 | 0.65 |
| Hex | 73 | 67 | E2 | 31 | 36 | 0 | B | F6 | 44 | 41 |
| Octal | 163 | 147 | 342 | 61 | 66 | 0 | 13 | 366 | 104 | 101 |
| Binary | 1110011 | 1100111 | 11100010 | 110001 | 110110 | 0 | 1011 | 11110110 | 1000100 | 1000001 |
Color Harmonies of #7367E2
Complementary color
Monochromatic Colors of #7367E2
Black with #7367E2
Text Example
Text Example
White with #7367E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7367E2; }
p { color: rgb(115,103,226); }
H1.HeaderClassName
{
color: #7367E2;
}
.AnyTagClassName
{
color: #7367E2;
}
</style>
background-color css
<style>
a { background-color: #7367E2; }
a { background-color: rgb(115,103,226); }
div.DivClassName
{
background-color: #7367E2;
}
.BgClassName
{
background-color: #7367E2;
}
</style>
border-color css
<style>
span { border-color: #7367E2; }
span { border-color: rgb(115,103,226); }
td.TdClassName
{
border-color: #7367E2;
}
.TagClassName
{
border-color: #7367E2;
}
</style>