Shades of Medium Slate Blue #7652F1
Tints of Medium Slate Blue #7652F1
RGB
CMYK
RGB Variations
Color information
#7652F1 (or 0x7652F1) is known color: Medium Slate Blue. HEX triplet: 76, 52 and F1. RGB value is (118,82,241). Sum of RGB (Red+Green+Blue) = 118+82+241=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #7652F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7652F1 is #89AD0E. Grayscale: #6E6E6E. Windows color (decimal): -9022735 or 15815286. OLE color: 15815286.
HSL color Cylindrical-coordinate representation of color #7652F1: hue angle of 253.58º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7652F1 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 82 | 241 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.05 |
| HSL | 253.58º | 0.85% | 0.63% | - |
| HSV(B) | 253.58º | 0.66% | 0.95% | - |
| XYZ | 26.37 | 16.24 | 84.96 | - |
| YUV | 110.89 | 201.43 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 241 | 0.51 | 0.66 | 0 | 0.05 | 253.58 | 0.85 | 0.63 |
| Hex | 76 | 52 | F1 | 33 | 42 | 0 | 5 | FE | 55 | 3F |
| Octal | 166 | 122 | 361 | 63 | 102 | 0 | 5 | 376 | 125 | 77 |
| Binary | 1110110 | 1010010 | 11110001 | 110011 | 1000010 | 0 | 101 | 11111110 | 1010101 | 111111 |
Color Harmonies of #7652F1
Complementary color
Monochromatic Colors of #7652F1
Black with #7652F1
Text Example
Text Example
White with #7652F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7652F1; }
p { color: rgb(118,82,241); }
H1.HeaderClassName
{
color: #7652F1;
}
.AnyTagClassName
{
color: #7652F1;
}
</style>
background-color css
<style>
a { background-color: #7652F1; }
a { background-color: rgb(118,82,241); }
div.DivClassName
{
background-color: #7652F1;
}
.BgClassName
{
background-color: #7652F1;
}
</style>
border-color css
<style>
span { border-color: #7652F1; }
span { border-color: rgb(118,82,241); }
td.TdClassName
{
border-color: #7652F1;
}
.TagClassName
{
border-color: #7652F1;
}
</style>