Shades of Slate Blue #7E58DB
Tints of Slate Blue #7E58DB
RGB
CMYK
RGB Variations
Color information
#7E58DB (or 0x7E58DB) is known color: Slate Blue. HEX triplet: 7E, 58 and DB. RGB value is (126,88,219). Sum of RGB (Red+Green+Blue) = 126+88+219=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E58DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E58DB is #81A724. Grayscale: #717171. Windows color (decimal): -8496933 or 14375038. OLE color: 14375038.
HSL color Cylindrical-coordinate representation of color #7E58DB: hue angle of 257.4º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E58DB is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 88 | 219 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.14 |
| HSL | 257.4º | 0.65% | 0.6% | - |
| HSV(B) | 257.4º | 0.6% | 0.86% | - |
| XYZ | 24.88 | 16.53 | 68.9 | - |
| YUV | 114.3 | 187.09 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 219 | 0.42 | 0.60 | 0 | 0.14 | 257.4 | 0.65 | 0.6 |
| Hex | 7E | 58 | DB | 2A | 3C | 0 | E | 101 | 41 | 3C |
| Octal | 176 | 130 | 333 | 52 | 74 | 0 | 16 | 401 | 101 | 74 |
| Binary | 1111110 | 1011000 | 11011011 | 101010 | 111100 | 0 | 1110 | 100000001 | 1000001 | 111100 |
Color Harmonies of #7E58DB
Complementary color
Monochromatic Colors of #7E58DB
Black with #7E58DB
Text Example
Text Example
White with #7E58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E58DB; }
p { color: rgb(126,88,219); }
H1.HeaderClassName
{
color: #7E58DB;
}
.AnyTagClassName
{
color: #7E58DB;
}
</style>
background-color css
<style>
a { background-color: #7E58DB; }
a { background-color: rgb(126,88,219); }
div.DivClassName
{
background-color: #7E58DB;
}
.BgClassName
{
background-color: #7E58DB;
}
</style>
border-color css
<style>
span { border-color: #7E58DB; }
span { border-color: rgb(126,88,219); }
td.TdClassName
{
border-color: #7E58DB;
}
.TagClassName
{
border-color: #7E58DB;
}
</style>