Shades of Slate Blue #764EC7
Tints of Slate Blue #764EC7
RGB
CMYK
RGB Variations
Color information
#764EC7 (or 0x764EC7) is known color: Slate Blue. HEX triplet: 76, 4E and C7. RGB value is (118,78,199). Sum of RGB (Red+Green+Blue) = 118+78+199=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #764EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764EC7 is #89B138. Grayscale: #676767. Windows color (decimal): -9023801 or 13061750. OLE color: 13061750.
HSL color Cylindrical-coordinate representation of color #764EC7: hue angle of 259.83º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #764EC7 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 78 | 199 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.22 |
| HSL | 259.83º | 0.52% | 0.54% | - |
| HSV(B) | 259.83º | 0.61% | 0.78% | - |
| XYZ | 20.5 | 13.42 | 55.54 | - |
| YUV | 103.75 | 181.75 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 199 | 0.41 | 0.61 | 0 | 0.22 | 259.83 | 0.52 | 0.54 |
| Hex | 76 | 4E | C7 | 29 | 3D | 0 | 16 | 104 | 34 | 36 |
| Octal | 166 | 116 | 307 | 51 | 75 | 0 | 26 | 404 | 64 | 66 |
| Binary | 1110110 | 1001110 | 11000111 | 101001 | 111101 | 0 | 10110 | 100000100 | 110100 | 110110 |
Color Harmonies of #764EC7
Complementary color
Monochromatic Colors of #764EC7
Black with #764EC7
Text Example
Text Example
White with #764EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764EC7; }
p { color: rgb(118,78,199); }
H1.HeaderClassName
{
color: #764EC7;
}
.AnyTagClassName
{
color: #764EC7;
}
</style>
background-color css
<style>
a { background-color: #764EC7; }
a { background-color: rgb(118,78,199); }
div.DivClassName
{
background-color: #764EC7;
}
.BgClassName
{
background-color: #764EC7;
}
</style>
border-color css
<style>
span { border-color: #764EC7; }
span { border-color: rgb(118,78,199); }
td.TdClassName
{
border-color: #764EC7;
}
.TagClassName
{
border-color: #764EC7;
}
</style>