Shades of Medium Slate Blue #764DFB
Tints of Medium Slate Blue #764DFB
RGB
CMYK
RGB Variations
Color information
#764DFB (or 0x764DFB) is known color: Medium Slate Blue. HEX triplet: 76, 4D and FB. RGB value is (118,77,251). Sum of RGB (Red+Green+Blue) = 118+77+251=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #764DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764DFB is #89B204. Grayscale: #6C6C6C. Windows color (decimal): -9024005 or 16469366. OLE color: 16469366.
HSL color Cylindrical-coordinate representation of color #764DFB: hue angle of 254.14º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764DFB is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 77 | 251 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.02 |
| HSL | 254.14º | 0.96% | 0.64% | - |
| HSV(B) | 254.14º | 0.69% | 0.98% | - |
| XYZ | 27.54 | 16.12 | 92.93 | - |
| YUV | 109.1 | 208.08 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 251 | 0.53 | 0.69 | 0 | 0.02 | 254.14 | 0.96 | 0.64 |
| Hex | 76 | 4D | FB | 35 | 45 | 0 | 2 | FE | 60 | 40 |
| Octal | 166 | 115 | 373 | 65 | 105 | 0 | 2 | 376 | 140 | 100 |
| Binary | 1110110 | 1001101 | 11111011 | 110101 | 1000101 | 0 | 10 | 11111110 | 1100000 | 1000000 |
Color Harmonies of #764DFB
Complementary color
Monochromatic Colors of #764DFB
Black with #764DFB
Text Example
Text Example
White with #764DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764DFB; }
p { color: rgb(118,77,251); }
H1.HeaderClassName
{
color: #764DFB;
}
.AnyTagClassName
{
color: #764DFB;
}
</style>
background-color css
<style>
a { background-color: #764DFB; }
a { background-color: rgb(118,77,251); }
div.DivClassName
{
background-color: #764DFB;
}
.BgClassName
{
background-color: #764DFB;
}
</style>
border-color css
<style>
span { border-color: #764DFB; }
span { border-color: rgb(118,77,251); }
td.TdClassName
{
border-color: #764DFB;
}
.TagClassName
{
border-color: #764DFB;
}
</style>