Shades of Medium Slate Blue #7366EA
Tints of Medium Slate Blue #7366EA
RGB
CMYK
RGB Variations
Color information
#7366EA (or 0x7366EA) is known color: Medium Slate Blue. HEX triplet: 73, 66 and EA. RGB value is (115,102,234). Sum of RGB (Red+Green+Blue) = 115+102+234=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #7366EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7366EA is #8C9915. Grayscale: #787878. Windows color (decimal): -9214230 or 15361651. OLE color: 15361651.
HSL color Cylindrical-coordinate representation of color #7366EA: hue angle of 245.91º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7366EA is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 102 | 234 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.08 |
| HSL | 245.91º | 0.76% | 0.66% | - |
| HSV(B) | 245.91º | 0.56% | 0.92% | - |
| XYZ | 26.67 | 19.09 | 80.12 | - |
| YUV | 120.94 | 191.81 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 234 | 0.51 | 0.56 | 0 | 0.08 | 245.91 | 0.76 | 0.66 |
| Hex | 73 | 66 | EA | 33 | 38 | 0 | 8 | F6 | 4C | 42 |
| Octal | 163 | 146 | 352 | 63 | 70 | 0 | 10 | 366 | 114 | 102 |
| Binary | 1110011 | 1100110 | 11101010 | 110011 | 111000 | 0 | 1000 | 11110110 | 1001100 | 1000010 |
Color Harmonies of #7366EA
Complementary color
Monochromatic Colors of #7366EA
Black with #7366EA
Text Example
Text Example
White with #7366EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7366EA; }
p { color: rgb(115,102,234); }
H1.HeaderClassName
{
color: #7366EA;
}
.AnyTagClassName
{
color: #7366EA;
}
</style>
background-color css
<style>
a { background-color: #7366EA; }
a { background-color: rgb(115,102,234); }
div.DivClassName
{
background-color: #7366EA;
}
.BgClassName
{
background-color: #7366EA;
}
</style>
border-color css
<style>
span { border-color: #7366EA; }
span { border-color: rgb(115,102,234); }
td.TdClassName
{
border-color: #7366EA;
}
.TagClassName
{
border-color: #7366EA;
}
</style>