Shades of Medium Slate Blue #765CEC
Tints of Medium Slate Blue #765CEC
RGB
CMYK
RGB Variations
Color information
#765CEC (or 0x765CEC) is known color: Medium Slate Blue. HEX triplet: 76, 5C and EC. RGB value is (118,92,236). Sum of RGB (Red+Green+Blue) = 118+92+236=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #765CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765CEC is #89A313. Grayscale: #737373. Windows color (decimal): -9020180 or 15490166. OLE color: 15490166.
HSL color Cylindrical-coordinate representation of color #765CEC: hue angle of 250.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #765CEC is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 92 | 236 | - |
| CMYK | 0.5 | 0.61 | 0 | 0.07 |
| HSL | 250.83º | 0.79% | 0.64% | - |
| HSV(B) | 250.83º | 0.61% | 0.93% | - |
| XYZ | 26.44 | 17.56 | 81.35 | - |
| YUV | 116.19 | 195.61 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 236 | 0.5 | 0.61 | 0 | 0.07 | 250.83 | 0.79 | 0.64 |
| Hex | 76 | 5C | EC | 32 | 3D | 0 | 7 | FB | 4F | 40 |
| Octal | 166 | 134 | 354 | 62 | 75 | 0 | 7 | 373 | 117 | 100 |
| Binary | 1110110 | 1011100 | 11101100 | 110010 | 111101 | 0 | 111 | 11111011 | 1001111 | 1000000 |
Color Harmonies of #765CEC
Complementary color
Monochromatic Colors of #765CEC
Black with #765CEC
Text Example
Text Example
White with #765CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765CEC; }
p { color: rgb(118,92,236); }
H1.HeaderClassName
{
color: #765CEC;
}
.AnyTagClassName
{
color: #765CEC;
}
</style>
background-color css
<style>
a { background-color: #765CEC; }
a { background-color: rgb(118,92,236); }
div.DivClassName
{
background-color: #765CEC;
}
.BgClassName
{
background-color: #765CEC;
}
</style>
border-color css
<style>
span { border-color: #765CEC; }
span { border-color: rgb(118,92,236); }
td.TdClassName
{
border-color: #765CEC;
}
.TagClassName
{
border-color: #765CEC;
}
</style>