#7054E9

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

Shades of Medium Slate Blue #7054E9

Tints of Medium Slate Blue #7054E9

Color information

#7054E9 (or 0x7054E9) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 54 and E9. RGB value is (112,84,233). Sum of RGB (Red+Green+Blue) = 112+84+233=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 233 (91.41% from 255 or 54.31% from 429); Max value from RGB is 233 - color contains mainly: blue. Hex color #7054E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7054E9 is #8FAB16. Grayscale: #6C6C6C. Windows color (decimal): -9415447 or 15291504. OLE color: 15291504.

HSL color Cylindrical-coordinate representation of color #7054E9: hue angle of 251.28º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7054E9 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11284233-
CMYK0.520.6400.09
HSL251.28º77.2%62.16%-
HSV(B)251.28º63.95%91.37%-
XYZ24.5615.6778.82-
YUV109.36197.78129.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 84 (33.20% from 255) = 19.58%
BLUE value IS 233 (91.41% from 255) = 54.31%
R=26.11%
G=19.58%
B=54.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112842330.520.6400.09251.2877.262.16
Hex7054E9344009fb4d3e
Octal1601243516410001137311576
Binary1110000101010011101001110100100000001001111110111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7054E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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