Shades of Slate Blue #7E52DA
Tints of Slate Blue #7E52DA
RGB
CMYK
RGB Variations
Color information
#7E52DA (or 0x7E52DA) is known color: Slate Blue. HEX triplet: 7E, 52 and DA. RGB value is (126,82,218). Sum of RGB (Red+Green+Blue) = 126+82+218=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E52DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E52DA is #81AD25. Grayscale: #6E6E6E. Windows color (decimal): -8498470 or 14307966. OLE color: 14307966.
HSL color Cylindrical-coordinate representation of color #7E52DA: hue angle of 259.41º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E52DA is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 82 | 218 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.15 |
| HSL | 259.41º | 0.65% | 0.59% | - |
| HSV(B) | 259.41º | 0.62% | 0.85% | - |
| XYZ | 24.28 | 15.53 | 68.05 | - |
| YUV | 110.66 | 188.58 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 82 | 218 | 0.42 | 0.62 | 0 | 0.15 | 259.41 | 0.65 | 0.59 |
| Hex | 7E | 52 | DA | 2A | 3E | 0 | F | 103 | 41 | 3B |
| Octal | 176 | 122 | 332 | 52 | 76 | 0 | 17 | 403 | 101 | 73 |
| Binary | 1111110 | 1010010 | 11011010 | 101010 | 111110 | 0 | 1111 | 100000011 | 1000001 | 111011 |
Color Harmonies of #7E52DA
Complementary color
Monochromatic Colors of #7E52DA
Black with #7E52DA
Text Example
Text Example
White with #7E52DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E52DA; }
p { color: rgb(126,82,218); }
H1.HeaderClassName
{
color: #7E52DA;
}
.AnyTagClassName
{
color: #7E52DA;
}
</style>
background-color css
<style>
a { background-color: #7E52DA; }
a { background-color: rgb(126,82,218); }
div.DivClassName
{
background-color: #7E52DA;
}
.BgClassName
{
background-color: #7E52DA;
}
</style>
border-color css
<style>
span { border-color: #7E52DA; }
span { border-color: rgb(126,82,218); }
td.TdClassName
{
border-color: #7E52DA;
}
.TagClassName
{
border-color: #7E52DA;
}
</style>