Shades of Slate Blue #7E5CCF
Tints of Slate Blue #7E5CCF
RGB
CMYK
RGB Variations
Color information
#7E5CCF (or 0x7E5CCF) is known color: Slate Blue. HEX triplet: 7E, 5C and CF. RGB value is (126,92,207). Sum of RGB (Red+Green+Blue) = 126+92+207=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E5CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5CCF is #81A330. Grayscale: #727272. Windows color (decimal): -8495921 or 13589630. OLE color: 13589630.
HSL color Cylindrical-coordinate representation of color #7E5CCF: hue angle of 257.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E5CCF is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 92 | 207 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.19 |
| HSL | 257.74º | 0.55% | 0.59% | - |
| HSV(B) | 257.74º | 0.56% | 0.81% | - |
| XYZ | 23.69 | 16.59 | 60.99 | - |
| YUV | 115.28 | 179.76 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 207 | 0.39 | 0.56 | 0 | 0.19 | 257.74 | 0.55 | 0.59 |
| Hex | 7E | 5C | CF | 27 | 38 | 0 | 13 | 102 | 37 | 3B |
| Octal | 176 | 134 | 317 | 47 | 70 | 0 | 23 | 402 | 67 | 73 |
| Binary | 1111110 | 1011100 | 11001111 | 100111 | 111000 | 0 | 10011 | 100000010 | 110111 | 111011 |
Color Harmonies of #7E5CCF
Complementary color
Monochromatic Colors of #7E5CCF
Black with #7E5CCF
Text Example
Text Example
White with #7E5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5CCF; }
p { color: rgb(126,92,207); }
H1.HeaderClassName
{
color: #7E5CCF;
}
.AnyTagClassName
{
color: #7E5CCF;
}
</style>
background-color css
<style>
a { background-color: #7E5CCF; }
a { background-color: rgb(126,92,207); }
div.DivClassName
{
background-color: #7E5CCF;
}
.BgClassName
{
background-color: #7E5CCF;
}
</style>
border-color css
<style>
span { border-color: #7E5CCF; }
span { border-color: rgb(126,92,207); }
td.TdClassName
{
border-color: #7E5CCF;
}
.TagClassName
{
border-color: #7E5CCF;
}
</style>