Shades of Medium Slate Blue #764CE9
Tints of Medium Slate Blue #764CE9
RGB
CMYK
RGB Variations
Color information
#764CE9 (or 0x764CE9) is known color: Medium Slate Blue. HEX triplet: 76, 4C and E9. RGB value is (118,76,233). Sum of RGB (Red+Green+Blue) = 118+76+233=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 233 (91.41% from 255 or 54.57% from 427); Max value from RGB is 233 - color contains mainly: blue. Hex color #764CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764CE9 is #89B316. Grayscale: #696969. Windows color (decimal): -9024279 or 15289462. OLE color: 15289462.
HSL color Cylindrical-coordinate representation of color #764CE9: hue angle of 256.05º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764CE9 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 76 | 233 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.09 |
| HSL | 256.05º | 0.78% | 0.61% | - |
| HSV(B) | 256.05º | 0.67% | 0.91% | - |
| XYZ | 24.76 | 14.9 | 78.66 | - |
| YUV | 106.46 | 199.41 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 233 | 0.49 | 0.67 | 0 | 0.09 | 256.05 | 0.78 | 0.61 |
| Hex | 76 | 4C | E9 | 31 | 43 | 0 | 9 | 100 | 4E | 3D |
| Octal | 166 | 114 | 351 | 61 | 103 | 0 | 11 | 400 | 116 | 75 |
| Binary | 1110110 | 1001100 | 11101001 | 110001 | 1000011 | 0 | 1001 | 100000000 | 1001110 | 111101 |
Color Harmonies of #764CE9
Complementary color
Monochromatic Colors of #764CE9
Black with #764CE9
Text Example
Text Example
White with #764CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764CE9; }
p { color: rgb(118,76,233); }
H1.HeaderClassName
{
color: #764CE9;
}
.AnyTagClassName
{
color: #764CE9;
}
</style>
background-color css
<style>
a { background-color: #764CE9; }
a { background-color: rgb(118,76,233); }
div.DivClassName
{
background-color: #764CE9;
}
.BgClassName
{
background-color: #764CE9;
}
</style>
border-color css
<style>
span { border-color: #764CE9; }
span { border-color: rgb(118,76,233); }
td.TdClassName
{
border-color: #764CE9;
}
.TagClassName
{
border-color: #764CE9;
}
</style>