Shades of Medium Slate Blue #7366EE
Tints of Medium Slate Blue #7366EE
RGB
CMYK
RGB Variations
Color information
#7366EE (or 0x7366EE) is known color: Medium Slate Blue. HEX triplet: 73, 66 and EE. RGB value is (115,102,238). Sum of RGB (Red+Green+Blue) = 115+102+238=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #7366EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7366EE is #8C9911. Grayscale: #787878. Windows color (decimal): -9214226 or 15623795. OLE color: 15623795.
HSL color Cylindrical-coordinate representation of color #7366EE: hue angle of 245.74º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7366EE is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 102 | 238 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.07 |
| HSL | 245.74º | 0.8% | 0.67% | - |
| HSV(B) | 245.74º | 0.57% | 0.93% | - |
| XYZ | 27.25 | 19.32 | 83.18 | - |
| YUV | 121.39 | 193.81 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 238 | 0.52 | 0.57 | 0 | 0.07 | 245.74 | 0.8 | 0.67 |
| Hex | 73 | 66 | EE | 34 | 39 | 0 | 7 | F6 | 50 | 43 |
| Octal | 163 | 146 | 356 | 64 | 71 | 0 | 7 | 366 | 120 | 103 |
| Binary | 1110011 | 1100110 | 11101110 | 110100 | 111001 | 0 | 111 | 11110110 | 1010000 | 1000011 |
Color Harmonies of #7366EE
Complementary color
Monochromatic Colors of #7366EE
Black with #7366EE
Text Example
Text Example
White with #7366EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7366EE; }
p { color: rgb(115,102,238); }
H1.HeaderClassName
{
color: #7366EE;
}
.AnyTagClassName
{
color: #7366EE;
}
</style>
background-color css
<style>
a { background-color: #7366EE; }
a { background-color: rgb(115,102,238); }
div.DivClassName
{
background-color: #7366EE;
}
.BgClassName
{
background-color: #7366EE;
}
</style>
border-color css
<style>
span { border-color: #7366EE; }
span { border-color: rgb(115,102,238); }
td.TdClassName
{
border-color: #7366EE;
}
.TagClassName
{
border-color: #7366EE;
}
</style>