#7158EB

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

Shades of Medium Slate Blue #7158EB

Tints of Medium Slate Blue #7158EB

Color information

#7158EB (or 0x7158EB) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 58 and EB. RGB value is (113,88,235). Sum of RGB (Red+Green+Blue) = 113+88+235=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #7158EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7158EB is #8EA714. Grayscale: #6F6F6F. Windows color (decimal): -9348885 or 15423601. OLE color: 15423601.

HSL color Cylindrical-coordinate representation of color #7158EB: hue angle of 250.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7158EB is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11388235-
CMYK0.520.6300.08
HSL250.2º78.61%63.33%-
HSV(B)250.2º62.55%92.16%-
XYZ25.316.4980.45-
YUV112.23197.28128.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.92%
GREEN value IS 88 (34.77% from 255) = 20.18%
BLUE value IS 235 (92.19% from 255) = 53.90%
R=25.92%
G=20.18%
B=53.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal113882350.520.6300.08250.278.6163.33
Hex7158EB343F08fa4f3f
Octal161130353647701037211777
Binary111000110110001110101111010011111101000111110101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7158EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7158EB; }

 p { color: rgb(113,88,235); }

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

<style>
 a { background-color: #7158EB; }

 a { background-color: rgb(113,88,235); }

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

<style>
 span { border-color: #7158EB; }

 span { border-color: rgb(113,88,235); }

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