Shades of Medium Slate Blue #7465E0
Tints of Medium Slate Blue #7465E0
RGB
CMYK
RGB Variations
Color information
#7465E0 (or 0x7465E0) is known color: Medium Slate Blue. HEX triplet: 74, 65 and E0. RGB value is (116,101,224). Sum of RGB (Red+Green+Blue) = 116+101+224=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #7465E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7465E0 is #8B9A1F. Grayscale: #777777. Windows color (decimal): -9148960 or 14706036. OLE color: 14706036.
HSL color Cylindrical-coordinate representation of color #7465E0: hue angle of 247.32º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7465E0 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 101 | 224 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.12 |
| HSL | 247.32º | 0.66% | 0.64% | - |
| HSV(B) | 247.32º | 0.55% | 0.88% | - |
| XYZ | 25.31 | 18.4 | 72.74 | - |
| YUV | 119.51 | 186.97 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 224 | 0.48 | 0.55 | 0 | 0.12 | 247.32 | 0.66 | 0.64 |
| Hex | 74 | 65 | E0 | 30 | 37 | 0 | C | F7 | 42 | 40 |
| Octal | 164 | 145 | 340 | 60 | 67 | 0 | 14 | 367 | 102 | 100 |
| Binary | 1110100 | 1100101 | 11100000 | 110000 | 110111 | 0 | 1100 | 11110111 | 1000010 | 1000000 |
Color Harmonies of #7465E0
Complementary color
Monochromatic Colors of #7465E0
Black with #7465E0
Text Example
Text Example
White with #7465E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7465E0; }
p { color: rgb(116,101,224); }
H1.HeaderClassName
{
color: #7465E0;
}
.AnyTagClassName
{
color: #7465E0;
}
</style>
background-color css
<style>
a { background-color: #7465E0; }
a { background-color: rgb(116,101,224); }
div.DivClassName
{
background-color: #7465E0;
}
.BgClassName
{
background-color: #7465E0;
}
</style>
border-color css
<style>
span { border-color: #7465E0; }
span { border-color: rgb(116,101,224); }
td.TdClassName
{
border-color: #7465E0;
}
.TagClassName
{
border-color: #7465E0;
}
</style>