Shades of Medium Slate Blue #764DFD
Tints of Medium Slate Blue #764DFD
RGB
CMYK
RGB Variations
Color information
#764DFD (or 0x764DFD) is known color: Medium Slate Blue. HEX triplet: 76, 4D and FD. RGB value is (118,77,253). Sum of RGB (Red+Green+Blue) = 118+77+253=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #764DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764DFD is #89B202. Grayscale: #6C6C6C. Windows color (decimal): -9024003 or 16600438. OLE color: 16600438.
HSL color Cylindrical-coordinate representation of color #764DFD: hue angle of 253.98º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #764DFD is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 77 | 253 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.01 |
| HSL | 253.98º | 0.98% | 0.65% | - |
| HSV(B) | 253.98º | 0.7% | 0.99% | - |
| XYZ | 27.85 | 16.25 | 94.6 | - |
| YUV | 109.32 | 209.08 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 253 | 0.53 | 0.70 | 0 | 0.01 | 253.98 | 0.98 | 0.65 |
| Hex | 76 | 4D | FD | 35 | 46 | 0 | 1 | FE | 62 | 41 |
| Octal | 166 | 115 | 375 | 65 | 106 | 0 | 1 | 376 | 142 | 101 |
| Binary | 1110110 | 1001101 | 11111101 | 110101 | 1000110 | 0 | 1 | 11111110 | 1100010 | 1000001 |
Color Harmonies of #764DFD
Complementary color
Monochromatic Colors of #764DFD
Black with #764DFD
Text Example
Text Example
White with #764DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764DFD; }
p { color: rgb(118,77,253); }
H1.HeaderClassName
{
color: #764DFD;
}
.AnyTagClassName
{
color: #764DFD;
}
</style>
background-color css
<style>
a { background-color: #764DFD; }
a { background-color: rgb(118,77,253); }
div.DivClassName
{
background-color: #764DFD;
}
.BgClassName
{
background-color: #764DFD;
}
</style>
border-color css
<style>
span { border-color: #764DFD; }
span { border-color: rgb(118,77,253); }
td.TdClassName
{
border-color: #764DFD;
}
.TagClassName
{
border-color: #764DFD;
}
</style>