Shades of Medium Slate Blue #765CE2
Tints of Medium Slate Blue #765CE2
RGB
CMYK
RGB Variations
Color information
#765CE2 (or 0x765CE2) is known color: Medium Slate Blue. HEX triplet: 76, 5C and E2. RGB value is (118,92,226). Sum of RGB (Red+Green+Blue) = 118+92+226=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 226 (88.67% from 255 or 51.83% from 436); Max value from RGB is 226 - color contains mainly: blue. Hex color #765CE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CE2 is #89A31D. Grayscale: #727272. Windows color (decimal): -9020190 or 14834806. OLE color: 14834806.
HSL color Cylindrical-coordinate representation of color #765CE2: hue angle of 251.64º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765CE2 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 92 | 226 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.11 |
| HSL | 251.64º | 0.7% | 0.62% | - |
| HSV(B) | 251.64º | 0.59% | 0.89% | - |
| XYZ | 25.03 | 17 | 73.91 | - |
| YUV | 115.05 | 190.61 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 226 | 0.48 | 0.59 | 0 | 0.11 | 251.64 | 0.7 | 0.62 |
| Hex | 76 | 5C | E2 | 30 | 3B | 0 | B | FC | 46 | 3E |
| Octal | 166 | 134 | 342 | 60 | 73 | 0 | 13 | 374 | 106 | 76 |
| Binary | 1110110 | 1011100 | 11100010 | 110000 | 111011 | 0 | 1011 | 11111100 | 1000110 | 111110 |
Color Harmonies of #765CE2
Complementary color
Monochromatic Colors of #765CE2
Black with #765CE2
Text Example
Text Example
White with #765CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765CE2; }
p { color: rgb(118,92,226); }
H1.HeaderClassName
{
color: #765CE2;
}
.AnyTagClassName
{
color: #765CE2;
}
</style>
background-color css
<style>
a { background-color: #765CE2; }
a { background-color: rgb(118,92,226); }
div.DivClassName
{
background-color: #765CE2;
}
.BgClassName
{
background-color: #765CE2;
}
</style>
border-color css
<style>
span { border-color: #765CE2; }
span { border-color: rgb(118,92,226); }
td.TdClassName
{
border-color: #765CE2;
}
.TagClassName
{
border-color: #765CE2;
}
</style>