#7054EA

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

Shades of Medium Slate Blue #7054EA

Tints of Medium Slate Blue #7054EA

Color information

#7054EA (or 0x7054EA) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 54 and EA. RGB value is (112,84,234). Sum of RGB (Red+Green+Blue) = 112+84+234=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #7054EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7054EA is #8FAB15. Grayscale: #6C6C6C. Windows color (decimal): -9415446 or 15357040. OLE color: 15357040.

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

Color convert

RGB11284234-
CMYK0.520.6400.08
HSL251.2º78.12%62.35%-
HSV(B)251.2º64.1%91.76%-
XYZ24.715.7379.58-
YUV109.47198.28129.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 84 (33.20% from 255) = 19.53%
BLUE value IS 234 (91.80% from 255) = 54.42%
R=26.05%
G=19.53%
B=54.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal112842340.520.6400.08251.278.1262.35
Hex7054EA344008fb4e3e
Octal1601243526410001037311676
Binary1110000101010011101010110100100000001000111110111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7054EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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