#7156EE

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

Shades of Medium Slate Blue #7156EE

Tints of Medium Slate Blue #7156EE

Color information

#7156EE (or 0x7156EE) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 56 and EE. RGB value is (113,86,238). Sum of RGB (Red+Green+Blue) = 113+86+238=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #7156EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7156EE is #8EA911. Grayscale: #6E6E6E. Windows color (decimal): -9349394 or 15619697. OLE color: 15619697.

HSL color Cylindrical-coordinate representation of color #7156EE: hue angle of 250.66º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7156EE is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11386238-
CMYK0.530.6400.07
HSL250.66º81.72%63.53%-
HSV(B)250.66º63.87%93.33%-
XYZ25.5716.3482.7-
YUV111.4199.45129.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.86%
GREEN value IS 86 (33.98% from 255) = 19.68%
BLUE value IS 238 (93.36% from 255) = 54.46%
R=25.86%
G=19.68%
B=54.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal113862380.530.6400.07250.6681.7263.53
Hex7156EE354007fb5240
Octal1611263566510007373122100
Binary1110001101011011101110110101100000001111111101110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7156EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7156EE; }

 p { color: rgb(113,86,238); }

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

<style>
 a { background-color: #7156EE; }

 a { background-color: rgb(113,86,238); }

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

<style>
 span { border-color: #7156EE; }

 span { border-color: rgb(113,86,238); }

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