Shades of Medium Slate Blue #7650E8
Tints of Medium Slate Blue #7650E8
RGB
CMYK
RGB Variations
Color information
#7650E8 (or 0x7650E8) is known color: Medium Slate Blue. HEX triplet: 76, 50 and E8. RGB value is (118,80,232). Sum of RGB (Red+Green+Blue) = 118+80+232=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 232 (91.02% from 255 or 53.95% from 430); Max value from RGB is 232 - color contains mainly: blue. Hex color #7650E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7650E8 is #89AF17. Grayscale: #6C6C6C. Windows color (decimal): -9023256 or 15224950. OLE color: 15224950.
HSL color Cylindrical-coordinate representation of color #7650E8: hue angle of 255º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7650E8 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 80 | 232 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.09 |
| HSL | 255º | 0.77% | 0.61% | - |
| HSV(B) | 255º | 0.66% | 0.91% | - |
| XYZ | 24.91 | 15.42 | 78.01 | - |
| YUV | 108.69 | 197.59 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 232 | 0.49 | 0.66 | 0 | 0.09 | 255 | 0.77 | 0.61 |
| Hex | 76 | 50 | E8 | 31 | 42 | 0 | 9 | FF | 4D | 3D |
| Octal | 166 | 120 | 350 | 61 | 102 | 0 | 11 | 377 | 115 | 75 |
| Binary | 1110110 | 1010000 | 11101000 | 110001 | 1000010 | 0 | 1001 | 11111111 | 1001101 | 111101 |
Color Harmonies of #7650E8
Complementary color
Monochromatic Colors of #7650E8
Black with #7650E8
Text Example
Text Example
White with #7650E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7650E8; }
p { color: rgb(118,80,232); }
H1.HeaderClassName
{
color: #7650E8;
}
.AnyTagClassName
{
color: #7650E8;
}
</style>
background-color css
<style>
a { background-color: #7650E8; }
a { background-color: rgb(118,80,232); }
div.DivClassName
{
background-color: #7650E8;
}
.BgClassName
{
background-color: #7650E8;
}
</style>
border-color css
<style>
span { border-color: #7650E8; }
span { border-color: rgb(118,80,232); }
td.TdClassName
{
border-color: #7650E8;
}
.TagClassName
{
border-color: #7650E8;
}
</style>