Shades of Medium Slate Blue #764CF5
Tints of Medium Slate Blue #764CF5
RGB
CMYK
RGB Variations
Color information
#764CF5 (or 0x764CF5) is known color: Medium Slate Blue. HEX triplet: 76, 4C and F5. RGB value is (118,76,245). Sum of RGB (Red+Green+Blue) = 118+76+245=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 245 (96.09% from 255 or 55.81% from 439); Max value from RGB is 245 - color contains mainly: blue. Hex color #764CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764CF5 is #89B30A. Grayscale: #6B6B6B. Windows color (decimal): -9024267 or 16075894. OLE color: 16075894.
HSL color Cylindrical-coordinate representation of color #764CF5: hue angle of 254.91º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764CF5 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 76 | 245 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.04 |
| HSL | 254.91º | 0.89% | 0.63% | - |
| HSV(B) | 254.91º | 0.69% | 0.96% | - |
| XYZ | 26.54 | 15.61 | 88 | - |
| YUV | 107.82 | 205.41 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 245 | 0.52 | 0.69 | 0 | 0.04 | 254.91 | 0.89 | 0.63 |
| Hex | 76 | 4C | F5 | 34 | 45 | 0 | 4 | FF | 59 | 3F |
| Octal | 166 | 114 | 365 | 64 | 105 | 0 | 4 | 377 | 131 | 77 |
| Binary | 1110110 | 1001100 | 11110101 | 110100 | 1000101 | 0 | 100 | 11111111 | 1011001 | 111111 |
Color Harmonies of #764CF5
Complementary color
Monochromatic Colors of #764CF5
Black with #764CF5
Text Example
Text Example
White with #764CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764CF5; }
p { color: rgb(118,76,245); }
H1.HeaderClassName
{
color: #764CF5;
}
.AnyTagClassName
{
color: #764CF5;
}
</style>
background-color css
<style>
a { background-color: #764CF5; }
a { background-color: rgb(118,76,245); }
div.DivClassName
{
background-color: #764CF5;
}
.BgClassName
{
background-color: #764CF5;
}
</style>
border-color css
<style>
span { border-color: #764CF5; }
span { border-color: rgb(118,76,245); }
td.TdClassName
{
border-color: #764CF5;
}
.TagClassName
{
border-color: #764CF5;
}
</style>