Shades of Slate Blue #7042EA
Tints of Slate Blue #7042EA
RGB
CMYK
RGB Variations
Color information
#7042EA (or 0x7042EA) is known color: Slate Blue. HEX triplet: 70, 42 and EA. RGB value is (112,66,234). Sum of RGB (Red+Green+Blue) = 112+66+234=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #7042EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7042EA is #8FBD15. Grayscale: #626262. Windows color (decimal): -9420054 or 15352432. OLE color: 15352432.
HSL color Cylindrical-coordinate representation of color #7042EA: hue angle of 256.43º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7042EA is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 66 | 234 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.08 |
| HSL | 256.43º | 0.8% | 0.59% | - |
| HSV(B) | 256.43º | 0.72% | 0.92% | - |
| XYZ | 23.48 | 13.28 | 79.17 | - |
| YUV | 98.91 | 204.24 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 234 | 0.52 | 0.72 | 0 | 0.08 | 256.43 | 0.8 | 0.59 |
| Hex | 70 | 42 | EA | 34 | 48 | 0 | 8 | 100 | 50 | 3B |
| Octal | 160 | 102 | 352 | 64 | 110 | 0 | 10 | 400 | 120 | 73 |
| Binary | 1110000 | 1000010 | 11101010 | 110100 | 1001000 | 0 | 1000 | 100000000 | 1010000 | 111011 |
Color Harmonies of #7042EA
Complementary color
Monochromatic Colors of #7042EA
Black with #7042EA
Text Example
Text Example
White with #7042EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7042EA; }
p { color: rgb(112,66,234); }
H1.HeaderClassName
{
color: #7042EA;
}
.AnyTagClassName
{
color: #7042EA;
}
</style>
background-color css
<style>
a { background-color: #7042EA; }
a { background-color: rgb(112,66,234); }
div.DivClassName
{
background-color: #7042EA;
}
.BgClassName
{
background-color: #7042EA;
}
</style>
border-color css
<style>
span { border-color: #7042EA; }
span { border-color: rgb(112,66,234); }
td.TdClassName
{
border-color: #7042EA;
}
.TagClassName
{
border-color: #7042EA;
}
</style>