Shades of Slate Blue #7045EA
Tints of Slate Blue #7045EA
RGB
CMYK
RGB Variations
Color information
#7045EA (or 0x7045EA) is known color: Slate Blue. HEX triplet: 70, 45 and EA. RGB value is (112,69,234). Sum of RGB (Red+Green+Blue) = 112+69+234=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #7045EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7045EA is #8FBA15. Grayscale: #646464. Windows color (decimal): -9419286 or 15353200. OLE color: 15353200.
HSL color Cylindrical-coordinate representation of color #7045EA: hue angle of 255.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7045EA is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 69 | 234 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.08 |
| HSL | 255.64º | 0.8% | 0.59% | - |
| HSV(B) | 255.64º | 0.71% | 0.92% | - |
| XYZ | 23.66 | 13.64 | 79.23 | - |
| YUV | 100.67 | 203.25 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 234 | 0.52 | 0.71 | 0 | 0.08 | 255.64 | 0.8 | 0.59 |
| Hex | 70 | 45 | EA | 34 | 47 | 0 | 8 | 100 | 50 | 3B |
| Octal | 160 | 105 | 352 | 64 | 107 | 0 | 10 | 400 | 120 | 73 |
| Binary | 1110000 | 1000101 | 11101010 | 110100 | 1000111 | 0 | 1000 | 100000000 | 1010000 | 111011 |
Color Harmonies of #7045EA
Complementary color
Monochromatic Colors of #7045EA
Black with #7045EA
Text Example
Text Example
White with #7045EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7045EA; }
p { color: rgb(112,69,234); }
H1.HeaderClassName
{
color: #7045EA;
}
.AnyTagClassName
{
color: #7045EA;
}
</style>
background-color css
<style>
a { background-color: #7045EA; }
a { background-color: rgb(112,69,234); }
div.DivClassName
{
background-color: #7045EA;
}
.BgClassName
{
background-color: #7045EA;
}
</style>
border-color css
<style>
span { border-color: #7045EA; }
span { border-color: rgb(112,69,234); }
td.TdClassName
{
border-color: #7045EA;
}
.TagClassName
{
border-color: #7045EA;
}
</style>