Shades of Medium Slate Blue #764CFE
Tints of Medium Slate Blue #764CFE
RGB
CMYK
RGB Variations
Color information
#764CFE (or 0x764CFE) is known color: Medium Slate Blue. HEX triplet: 76, 4C and FE. RGB value is (118,76,254). Sum of RGB (Red+Green+Blue) = 118+76+254=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #764CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764CFE is #89B301. Grayscale: #6C6C6C. Windows color (decimal): -9024258 or 16665718. OLE color: 16665718.
HSL color Cylindrical-coordinate representation of color #764CFE: hue angle of 254.16º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #764CFE is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 76 | 254 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.00 |
| HSL | 254.16º | 0.99% | 0.65% | - |
| HSV(B) | 254.16º | 0.7% | 1% | - |
| XYZ | 27.95 | 16.18 | 95.42 | - |
| YUV | 108.85 | 209.91 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 254 | 0.54 | 0.70 | 0 | 0.00 | 254.16 | 0.99 | 0.65 |
| Hex | 76 | 4C | FE | 36 | 46 | 0 | 0 | FE | 63 | 41 |
| Octal | 166 | 114 | 376 | 66 | 106 | 0 | 0 | 376 | 143 | 101 |
| Binary | 1110110 | 1001100 | 11111110 | 110110 | 1000110 | 0 | 0 | 11111110 | 1100011 | 1000001 |
Color Harmonies of #764CFE
Complementary color
Monochromatic Colors of #764CFE
Black with #764CFE
Text Example
Text Example
White with #764CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764CFE; }
p { color: rgb(118,76,254); }
H1.HeaderClassName
{
color: #764CFE;
}
.AnyTagClassName
{
color: #764CFE;
}
</style>
background-color css
<style>
a { background-color: #764CFE; }
a { background-color: rgb(118,76,254); }
div.DivClassName
{
background-color: #764CFE;
}
.BgClassName
{
background-color: #764CFE;
}
</style>
border-color css
<style>
span { border-color: #764CFE; }
span { border-color: rgb(118,76,254); }
td.TdClassName
{
border-color: #764CFE;
}
.TagClassName
{
border-color: #764CFE;
}
</style>