Shades of Medium Slate Blue #764FE8
Tints of Medium Slate Blue #764FE8
RGB
CMYK
RGB Variations
Color information
#764FE8 (or 0x764FE8) is known color: Medium Slate Blue. HEX triplet: 76, 4F and E8. RGB value is (118,79,232). Sum of RGB (Red+Green+Blue) = 118+79+232=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 232 (91.02% from 255 or 54.08% from 429); Max value from RGB is 232 - color contains mainly: blue. Hex color #764FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764FE8 is #89B017. Grayscale: #6B6B6B. Windows color (decimal): -9023512 or 15224694. OLE color: 15224694.
HSL color Cylindrical-coordinate representation of color #764FE8: hue angle of 255.29º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764FE8 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 79 | 232 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.09 |
| HSL | 255.29º | 0.77% | 0.61% | - |
| HSV(B) | 255.29º | 0.66% | 0.91% | - |
| XYZ | 24.83 | 15.27 | 77.98 | - |
| YUV | 108.1 | 197.92 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 232 | 0.49 | 0.66 | 0 | 0.09 | 255.29 | 0.77 | 0.61 |
| Hex | 76 | 4F | E8 | 31 | 42 | 0 | 9 | FF | 4D | 3D |
| Octal | 166 | 117 | 350 | 61 | 102 | 0 | 11 | 377 | 115 | 75 |
| Binary | 1110110 | 1001111 | 11101000 | 110001 | 1000010 | 0 | 1001 | 11111111 | 1001101 | 111101 |
Color Harmonies of #764FE8
Complementary color
Monochromatic Colors of #764FE8
Black with #764FE8
Text Example
Text Example
White with #764FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FE8; }
p { color: rgb(118,79,232); }
H1.HeaderClassName
{
color: #764FE8;
}
.AnyTagClassName
{
color: #764FE8;
}
</style>
background-color css
<style>
a { background-color: #764FE8; }
a { background-color: rgb(118,79,232); }
div.DivClassName
{
background-color: #764FE8;
}
.BgClassName
{
background-color: #764FE8;
}
</style>
border-color css
<style>
span { border-color: #764FE8; }
span { border-color: rgb(118,79,232); }
td.TdClassName
{
border-color: #764FE8;
}
.TagClassName
{
border-color: #764FE8;
}
</style>