Shades of Medium Slate Blue #764CFF
Tints of Medium Slate Blue #764CFF
RGB
CMYK
RGB Variations
Color information
#764CFF (or 0x764CFF) is known color: Medium Slate Blue. HEX triplet: 76, 4C and FF. RGB value is (118,76,255). Sum of RGB (Red+Green+Blue) = 118+76+255=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #764CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764CFF is #89B300. Grayscale: #6C6C6C. Windows color (decimal): -9024257 or 16731254. OLE color: 16731254.
HSL color Cylindrical-coordinate representation of color #764CFF: hue angle of 254.08º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #764CFF is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 76 | 255 | - |
| CMYK | 0.54 | 0.70 | 0 | 0 |
| HSL | 254.08º | 1% | 0.65% | - |
| HSV(B) | 254.08º | 0.7% | 1% | - |
| XYZ | 28.11 | 16.24 | 96.26 | - |
| YUV | 108.96 | 210.41 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 255 | 0.54 | 0.70 | 0 | 0 | 254.08 | 1 | 0.65 |
| Hex | 76 | 4C | FF | 36 | 46 | 0 | 0 | FE | 64 | 41 |
| Octal | 166 | 114 | 377 | 66 | 106 | 0 | 0 | 376 | 144 | 101 |
| Binary | 1110110 | 1001100 | 11111111 | 110110 | 1000110 | 0 | 0 | 11111110 | 1100100 | 1000001 |
Color Harmonies of #764CFF
Complementary color
Monochromatic Colors of #764CFF
Black with #764CFF
Text Example
Text Example
White with #764CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764CFF; }
p { color: rgb(118,76,255); }
H1.HeaderClassName
{
color: #764CFF;
}
.AnyTagClassName
{
color: #764CFF;
}
</style>
background-color css
<style>
a { background-color: #764CFF; }
a { background-color: rgb(118,76,255); }
div.DivClassName
{
background-color: #764CFF;
}
.BgClassName
{
background-color: #764CFF;
}
</style>
border-color css
<style>
span { border-color: #764CFF; }
span { border-color: rgb(118,76,255); }
td.TdClassName
{
border-color: #764CFF;
}
.TagClassName
{
border-color: #764CFF;
}
</style>