Shades of Medium Slate Blue #764FFC
Tints of Medium Slate Blue #764FFC
RGB
CMYK
RGB Variations
Color information
#764FFC (or 0x764FFC) is known color: Medium Slate Blue. HEX triplet: 76, 4F and FC. RGB value is (118,79,252). Sum of RGB (Red+Green+Blue) = 118+79+252=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #764FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764FFC is #89B003. Grayscale: #6D6D6D. Windows color (decimal): -9023492 or 16535414. OLE color: 16535414.
HSL color Cylindrical-coordinate representation of color #764FFC: hue angle of 253.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764FFC is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 79 | 252 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.01 |
| HSL | 253.53º | 0.97% | 0.65% | - |
| HSV(B) | 253.53º | 0.69% | 0.99% | - |
| XYZ | 27.84 | 16.47 | 93.81 | - |
| YUV | 110.38 | 207.92 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 252 | 0.53 | 0.69 | 0 | 0.01 | 253.53 | 0.97 | 0.65 |
| Hex | 76 | 4F | FC | 35 | 45 | 0 | 1 | FE | 61 | 41 |
| Octal | 166 | 117 | 374 | 65 | 105 | 0 | 1 | 376 | 141 | 101 |
| Binary | 1110110 | 1001111 | 11111100 | 110101 | 1000101 | 0 | 1 | 11111110 | 1100001 | 1000001 |
Color Harmonies of #764FFC
Complementary color
Monochromatic Colors of #764FFC
Black with #764FFC
Text Example
Text Example
White with #764FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FFC; }
p { color: rgb(118,79,252); }
H1.HeaderClassName
{
color: #764FFC;
}
.AnyTagClassName
{
color: #764FFC;
}
</style>
background-color css
<style>
a { background-color: #764FFC; }
a { background-color: rgb(118,79,252); }
div.DivClassName
{
background-color: #764FFC;
}
.BgClassName
{
background-color: #764FFC;
}
</style>
border-color css
<style>
span { border-color: #764FFC; }
span { border-color: rgb(118,79,252); }
td.TdClassName
{
border-color: #764FFC;
}
.TagClassName
{
border-color: #764FFC;
}
</style>