Shades of Slate Blue #7045E8
Tints of Slate Blue #7045E8
RGB
CMYK
RGB Variations
Color information
#7045E8 (or 0x7045E8) is known color: Slate Blue. HEX triplet: 70, 45 and E8. RGB value is (112,69,232). Sum of RGB (Red+Green+Blue) = 112+69+232=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 232 (91.02% from 255 or 56.17% from 413); Max value from RGB is 232 - color contains mainly: blue. Hex color #7045E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7045E8 is #8FBA17. Grayscale: #636363. Windows color (decimal): -9419288 or 15222128. OLE color: 15222128.
HSL color Cylindrical-coordinate representation of color #7045E8: hue angle of 255.83º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7045E8 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 69 | 232 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.09 |
| HSL | 255.83º | 0.78% | 0.59% | - |
| HSV(B) | 255.83º | 0.7% | 0.91% | - |
| XYZ | 23.38 | 13.53 | 77.72 | - |
| YUV | 100.44 | 202.25 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 232 | 0.52 | 0.70 | 0 | 0.09 | 255.83 | 0.78 | 0.59 |
| Hex | 70 | 45 | E8 | 34 | 46 | 0 | 9 | 100 | 4E | 3B |
| Octal | 160 | 105 | 350 | 64 | 106 | 0 | 11 | 400 | 116 | 73 |
| Binary | 1110000 | 1000101 | 11101000 | 110100 | 1000110 | 0 | 1001 | 100000000 | 1001110 | 111011 |
Color Harmonies of #7045E8
Complementary color
Monochromatic Colors of #7045E8
Black with #7045E8
Text Example
Text Example
White with #7045E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7045E8; }
p { color: rgb(112,69,232); }
H1.HeaderClassName
{
color: #7045E8;
}
.AnyTagClassName
{
color: #7045E8;
}
</style>
background-color css
<style>
a { background-color: #7045E8; }
a { background-color: rgb(112,69,232); }
div.DivClassName
{
background-color: #7045E8;
}
.BgClassName
{
background-color: #7045E8;
}
</style>
border-color css
<style>
span { border-color: #7045E8; }
span { border-color: rgb(112,69,232); }
td.TdClassName
{
border-color: #7045E8;
}
.TagClassName
{
border-color: #7045E8;
}
</style>