Shades of Medium Slate Blue #7652ED
Tints of Medium Slate Blue #7652ED
RGB
CMYK
RGB Variations
Color information
#7652ED (or 0x7652ED) is known color: Medium Slate Blue. HEX triplet: 76, 52 and ED. RGB value is (118,82,237). Sum of RGB (Red+Green+Blue) = 118+82+237=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #7652ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7652ED is #89AD12. Grayscale: #6D6D6D. Windows color (decimal): -9022739 or 15553142. OLE color: 15553142.
HSL color Cylindrical-coordinate representation of color #7652ED: hue angle of 253.94º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7652ED is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 82 | 237 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.07 |
| HSL | 253.94º | 0.81% | 0.63% | - |
| HSV(B) | 253.94º | 0.65% | 0.93% | - |
| XYZ | 25.77 | 16 | 81.85 | - |
| YUV | 110.43 | 199.43 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 237 | 0.50 | 0.65 | 0 | 0.07 | 253.94 | 0.81 | 0.63 |
| Hex | 76 | 52 | ED | 32 | 41 | 0 | 7 | FE | 51 | 3F |
| Octal | 166 | 122 | 355 | 62 | 101 | 0 | 7 | 376 | 121 | 77 |
| Binary | 1110110 | 1010010 | 11101101 | 110010 | 1000001 | 0 | 111 | 11111110 | 1010001 | 111111 |
Color Harmonies of #7652ED
Complementary color
Monochromatic Colors of #7652ED
Black with #7652ED
Text Example
Text Example
White with #7652ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7652ED; }
p { color: rgb(118,82,237); }
H1.HeaderClassName
{
color: #7652ED;
}
.AnyTagClassName
{
color: #7652ED;
}
</style>
background-color css
<style>
a { background-color: #7652ED; }
a { background-color: rgb(118,82,237); }
div.DivClassName
{
background-color: #7652ED;
}
.BgClassName
{
background-color: #7652ED;
}
</style>
border-color css
<style>
span { border-color: #7652ED; }
span { border-color: rgb(118,82,237); }
td.TdClassName
{
border-color: #7652ED;
}
.TagClassName
{
border-color: #7652ED;
}
</style>