Shades of Slate Blue #764CE0
Tints of Slate Blue #764CE0
RGB
CMYK
RGB Variations
Color information
#764CE0 (or 0x764CE0) is known color: Slate Blue. HEX triplet: 76, 4C and E0. RGB value is (118,76,224). Sum of RGB (Red+Green+Blue) = 118+76+224=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #764CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CE0 is #89B31F. Grayscale: #686868. Windows color (decimal): -9024288 or 14699638. OLE color: 14699638.
HSL color Cylindrical-coordinate representation of color #764CE0: hue angle of 257.03º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764CE0 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 76 | 224 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.12 |
| HSL | 257.03º | 0.7% | 0.59% | - |
| HSV(B) | 257.03º | 0.66% | 0.88% | - |
| XYZ | 23.51 | 14.4 | 72.06 | - |
| YUV | 105.43 | 194.91 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 224 | 0.47 | 0.66 | 0 | 0.12 | 257.03 | 0.7 | 0.59 |
| Hex | 76 | 4C | E0 | 2F | 42 | 0 | C | 101 | 46 | 3B |
| Octal | 166 | 114 | 340 | 57 | 102 | 0 | 14 | 401 | 106 | 73 |
| Binary | 1110110 | 1001100 | 11100000 | 101111 | 1000010 | 0 | 1100 | 100000001 | 1000110 | 111011 |
Color Harmonies of #764CE0
Complementary color
Monochromatic Colors of #764CE0
Black with #764CE0
Text Example
Text Example
White with #764CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764CE0; }
p { color: rgb(118,76,224); }
H1.HeaderClassName
{
color: #764CE0;
}
.AnyTagClassName
{
color: #764CE0;
}
</style>
background-color css
<style>
a { background-color: #764CE0; }
a { background-color: rgb(118,76,224); }
div.DivClassName
{
background-color: #764CE0;
}
.BgClassName
{
background-color: #764CE0;
}
</style>
border-color css
<style>
span { border-color: #764CE0; }
span { border-color: rgb(118,76,224); }
td.TdClassName
{
border-color: #764CE0;
}
.TagClassName
{
border-color: #764CE0;
}
</style>