Shades of Slate Blue #764CE2
Tints of Slate Blue #764CE2
RGB
CMYK
RGB Variations
Color information
#764CE2 (or 0x764CE2) is known color: Slate Blue. HEX triplet: 76, 4C and E2. RGB value is (118,76,226). Sum of RGB (Red+Green+Blue) = 118+76+226=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #764CE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CE2 is #89B31D. Grayscale: #696969. Windows color (decimal): -9024286 or 14830710. OLE color: 14830710.
HSL color Cylindrical-coordinate representation of color #764CE2: hue angle of 256.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764CE2 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 76 | 226 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.11 |
| HSL | 256.8º | 0.72% | 0.59% | - |
| HSV(B) | 256.8º | 0.66% | 0.89% | - |
| XYZ | 23.78 | 14.51 | 73.5 | - |
| YUV | 105.66 | 195.91 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 226 | 0.48 | 0.66 | 0 | 0.11 | 256.8 | 0.72 | 0.59 |
| Hex | 76 | 4C | E2 | 30 | 42 | 0 | B | 101 | 48 | 3B |
| Octal | 166 | 114 | 342 | 60 | 102 | 0 | 13 | 401 | 110 | 73 |
| Binary | 1110110 | 1001100 | 11100010 | 110000 | 1000010 | 0 | 1011 | 100000001 | 1001000 | 111011 |
Color Harmonies of #764CE2
Complementary color
Monochromatic Colors of #764CE2
Black with #764CE2
Text Example
Text Example
White with #764CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764CE2; }
p { color: rgb(118,76,226); }
H1.HeaderClassName
{
color: #764CE2;
}
.AnyTagClassName
{
color: #764CE2;
}
</style>
background-color css
<style>
a { background-color: #764CE2; }
a { background-color: rgb(118,76,226); }
div.DivClassName
{
background-color: #764CE2;
}
.BgClassName
{
background-color: #764CE2;
}
</style>
border-color css
<style>
span { border-color: #764CE2; }
span { border-color: rgb(118,76,226); }
td.TdClassName
{
border-color: #764CE2;
}
.TagClassName
{
border-color: #764CE2;
}
</style>