#7156E7

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

Shades of Medium Slate Blue #7156E7

Tints of Medium Slate Blue #7156E7

Color information

#7156E7 (or 0x7156E7) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 56 and E7. RGB value is (113,86,231). Sum of RGB (Red+Green+Blue) = 113+86+231=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 231 (90.62% from 255 or 53.72% from 430); Max value from RGB is 231 - color contains mainly: blue. Hex color #7156E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7156E7 is #8EA918. Grayscale: #6E6E6E. Windows color (decimal): -9349401 or 15160945. OLE color: 15160945.

HSL color Cylindrical-coordinate representation of color #7156E7: hue angle of 251.17º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7156E7 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11386231-
CMYK0.510.6300.09
HSL251.17º75.13%62.16%-
HSV(B)251.17º62.77%90.59%-
XYZ24.5615.9477.38-
YUV110.6195.95129.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.28%
GREEN value IS 86 (33.98% from 255) = 20%
BLUE value IS 231 (90.62% from 255) = 53.72%
R=26.28%
G=20%
B=53.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal113862310.510.6300.09251.1775.1362.16
Hex7156E7333F09fb4b3e
Octal161126347637701137311376
Binary111000110101101110011111001111111101001111110111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7156E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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