Shades of Slate Blue #7E61CE
Tints of Slate Blue #7E61CE
RGB
CMYK
RGB Variations
Color information
#7E61CE (or 0x7E61CE) is known color: Slate Blue. HEX triplet: 7E, 61 and CE. RGB value is (126,97,206). Sum of RGB (Red+Green+Blue) = 126+97+206=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E61CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E61CE is #819E31. Grayscale: #757575. Windows color (decimal): -8494642 or 13525374. OLE color: 13525374.
HSL color Cylindrical-coordinate representation of color #7E61CE: hue angle of 255.96º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E61CE is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 97 | 206 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.19 |
| HSL | 255.96º | 0.53% | 0.59% | - |
| HSV(B) | 255.96º | 0.53% | 0.81% | - |
| XYZ | 24.02 | 17.44 | 60.49 | - |
| YUV | 118.1 | 177.61 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 97 | 206 | 0.39 | 0.53 | 0 | 0.19 | 255.96 | 0.53 | 0.59 |
| Hex | 7E | 61 | CE | 27 | 35 | 0 | 13 | 100 | 35 | 3B |
| Octal | 176 | 141 | 316 | 47 | 65 | 0 | 23 | 400 | 65 | 73 |
| Binary | 1111110 | 1100001 | 11001110 | 100111 | 110101 | 0 | 10011 | 100000000 | 110101 | 111011 |
Color Harmonies of #7E61CE
Complementary color
Monochromatic Colors of #7E61CE
Black with #7E61CE
Text Example
Text Example
White with #7E61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E61CE; }
p { color: rgb(126,97,206); }
H1.HeaderClassName
{
color: #7E61CE;
}
.AnyTagClassName
{
color: #7E61CE;
}
</style>
background-color css
<style>
a { background-color: #7E61CE; }
a { background-color: rgb(126,97,206); }
div.DivClassName
{
background-color: #7E61CE;
}
.BgClassName
{
background-color: #7E61CE;
}
</style>
border-color css
<style>
span { border-color: #7E61CE; }
span { border-color: rgb(126,97,206); }
td.TdClassName
{
border-color: #7E61CE;
}
.TagClassName
{
border-color: #7E61CE;
}
</style>