Shades of Medium Slate Blue #764FE6
Tints of Medium Slate Blue #764FE6
RGB
CMYK
RGB Variations
Color information
#764FE6 (or 0x764FE6) is known color: Medium Slate Blue. HEX triplet: 76, 4F and E6. RGB value is (118,79,230). Sum of RGB (Red+Green+Blue) = 118+79+230=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 230 (90.23% from 255 or 53.86% from 427); Max value from RGB is 230 - color contains mainly: blue. Hex color #764FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764FE6 is #89B019. Grayscale: #6B6B6B. Windows color (decimal): -9023514 or 15093622. OLE color: 15093622.
HSL color Cylindrical-coordinate representation of color #764FE6: hue angle of 255.5º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764FE6 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 79 | 230 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.10 |
| HSL | 255.5º | 0.75% | 0.61% | - |
| HSV(B) | 255.5º | 0.66% | 0.9% | - |
| XYZ | 24.55 | 15.16 | 76.49 | - |
| YUV | 107.88 | 196.92 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 230 | 0.49 | 0.66 | 0 | 0.10 | 255.5 | 0.75 | 0.61 |
| Hex | 76 | 4F | E6 | 31 | 42 | 0 | A | FF | 4B | 3D |
| Octal | 166 | 117 | 346 | 61 | 102 | 0 | 12 | 377 | 113 | 75 |
| Binary | 1110110 | 1001111 | 11100110 | 110001 | 1000010 | 0 | 1010 | 11111111 | 1001011 | 111101 |
Color Harmonies of #764FE6
Complementary color
Monochromatic Colors of #764FE6
Black with #764FE6
Text Example
Text Example
White with #764FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FE6; }
p { color: rgb(118,79,230); }
H1.HeaderClassName
{
color: #764FE6;
}
.AnyTagClassName
{
color: #764FE6;
}
</style>
background-color css
<style>
a { background-color: #764FE6; }
a { background-color: rgb(118,79,230); }
div.DivClassName
{
background-color: #764FE6;
}
.BgClassName
{
background-color: #764FE6;
}
</style>
border-color css
<style>
span { border-color: #764FE6; }
span { border-color: rgb(118,79,230); }
td.TdClassName
{
border-color: #764FE6;
}
.TagClassName
{
border-color: #764FE6;
}
</style>