#7045E9

Color #7045E9 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7045E9

Tints of Slate Blue #7045E9

Color information

#7045E9 (or 0x7045E9) is unknown color: approx Slate Blue. HEX triplet: 70, 45 and E9. RGB value is (112,69,233). Sum of RGB (Red+Green+Blue) = 112+69+233=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 233 (91.41% from 255 or 56.28% from 414); Max value from RGB is 233 - color contains mainly: blue. Hex color #7045E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7045E9 is #8FBA16. Grayscale: #636363. Windows color (decimal): -9419287 or 15287664. OLE color: 15287664.

HSL color Cylindrical-coordinate representation of color #7045E9: hue angle of 255.73º degrees, saturation: 0.79, 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 #7045E9 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11269233-
CMYK0.520.7000.09
HSL255.73º78.85%59.22%-
HSV(B)255.73º70.39%91.37%-
XYZ23.5213.5878.47-
YUV100.55202.75136.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 27.05%
GREEN value IS 69 (27.34% from 255) = 16.67%
BLUE value IS 233 (91.41% from 255) = 56.28%
R=27.05%
G=16.67%
B=56.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112692330.520.7000.09255.7378.8559.22
Hex7045E93446091004f3b
Octal1601053516410601140011773
Binary11100001000101111010011101001000110010011000000001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7045E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7045E9; }

 p { color: rgb(112,69,233); }

 H1.HeaderClassName
 {
   color: #7045E9;
 }
 .AnyTagClassName
 {
   color: #7045E9;
 }
</style>
background-color css

<style>
 a { background-color: #7045E9; }

 a { background-color: rgb(112,69,233); }

 div.DivClassName
 {
   background-color: #7045E9;
 }
 .BgClassName
 {
   background-color: #7045E9;
 }
</style>
border-color css

<style>
 span { border-color: #7045E9; }

 span { border-color: rgb(112,69,233); }

 td.TdClassName
 {
   border-color: #7045E9;
 }
 .TagClassName
 {
   border-color: #7045E9;
 }
</style>