Shades of Slate Blue #7E58CF
Tints of Slate Blue #7E58CF
RGB
CMYK
RGB Variations
Color information
#7E58CF (or 0x7E58CF) is known color: Slate Blue. HEX triplet: 7E, 58 and CF. RGB value is (126,88,207). Sum of RGB (Red+Green+Blue) = 126+88+207=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E58CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E58CF is #81A730. Grayscale: #707070. Windows color (decimal): -8496945 or 13588606. OLE color: 13588606.
HSL color Cylindrical-coordinate representation of color #7E58CF: hue angle of 259.16º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E58CF is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 88 | 207 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.19 |
| HSL | 259.16º | 0.55% | 0.58% | - |
| HSV(B) | 259.16º | 0.57% | 0.81% | - |
| XYZ | 23.36 | 15.92 | 60.87 | - |
| YUV | 112.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 207 | 0.39 | 0.57 | 0 | 0.19 | 259.16 | 0.55 | 0.58 |
| Hex | 7E | 58 | CF | 27 | 39 | 0 | 13 | 103 | 37 | 3A |
| Octal | 176 | 130 | 317 | 47 | 71 | 0 | 23 | 403 | 67 | 72 |
| Binary | 1111110 | 1011000 | 11001111 | 100111 | 111001 | 0 | 10011 | 100000011 | 110111 | 111010 |
Color Harmonies of #7E58CF
Complementary color
Monochromatic Colors of #7E58CF
Black with #7E58CF
Text Example
Text Example
White with #7E58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E58CF; }
p { color: rgb(126,88,207); }
H1.HeaderClassName
{
color: #7E58CF;
}
.AnyTagClassName
{
color: #7E58CF;
}
</style>
background-color css
<style>
a { background-color: #7E58CF; }
a { background-color: rgb(126,88,207); }
div.DivClassName
{
background-color: #7E58CF;
}
.BgClassName
{
background-color: #7E58CF;
}
</style>
border-color css
<style>
span { border-color: #7E58CF; }
span { border-color: rgb(126,88,207); }
td.TdClassName
{
border-color: #7E58CF;
}
.TagClassName
{
border-color: #7E58CF;
}
</style>