Shades of Medium Slate Blue #764FFF
Tints of Medium Slate Blue #764FFF
RGB
CMYK
RGB Variations
Color information
#764FFF (or 0x764FFF) is known color: Medium Slate Blue. HEX triplet: 76, 4F and FF. RGB value is (118,79,255). Sum of RGB (Red+Green+Blue) = 118+79+255=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #764FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764FFF is #89B000. Grayscale: #6E6E6E. Windows color (decimal): -9023489 or 16732022. OLE color: 16732022.
HSL color Cylindrical-coordinate representation of color #764FFF: hue angle of 253.3º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764FFF is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 79 | 255 | - |
| CMYK | 0.54 | 0.69 | 0 | 0 |
| HSL | 253.3º | 1% | 0.65% | - |
| HSV(B) | 253.3º | 0.69% | 1% | - |
| XYZ | 28.32 | 16.66 | 96.33 | - |
| YUV | 110.73 | 209.42 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 255 | 0.54 | 0.69 | 0 | 0 | 253.3 | 1 | 0.65 |
| Hex | 76 | 4F | FF | 36 | 45 | 0 | 0 | FD | 64 | 41 |
| Octal | 166 | 117 | 377 | 66 | 105 | 0 | 0 | 375 | 144 | 101 |
| Binary | 1110110 | 1001111 | 11111111 | 110110 | 1000101 | 0 | 0 | 11111101 | 1100100 | 1000001 |
Color Harmonies of #764FFF
Complementary color
Monochromatic Colors of #764FFF
Black with #764FFF
Text Example
Text Example
White with #764FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FFF; }
p { color: rgb(118,79,255); }
H1.HeaderClassName
{
color: #764FFF;
}
.AnyTagClassName
{
color: #764FFF;
}
</style>
background-color css
<style>
a { background-color: #764FFF; }
a { background-color: rgb(118,79,255); }
div.DivClassName
{
background-color: #764FFF;
}
.BgClassName
{
background-color: #764FFF;
}
</style>
border-color css
<style>
span { border-color: #764FFF; }
span { border-color: rgb(118,79,255); }
td.TdClassName
{
border-color: #764FFF;
}
.TagClassName
{
border-color: #764FFF;
}
</style>