#7158F9

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

Shades of Medium Slate Blue #7158F9

Tints of Medium Slate Blue #7158F9

Color information

#7158F9 (or 0x7158F9) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 58 and F9. RGB value is (113,88,249). Sum of RGB (Red+Green+Blue) = 113+88+249=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #7158F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7158F9 is #8EA706. Grayscale: #717171. Windows color (decimal): -9348871 or 16341105. OLE color: 16341105.

HSL color Cylindrical-coordinate representation of color #7158F9: hue angle of 249.32º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7158F9 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11388249-
CMYK0.550.6500.02
HSL249.32º93.06%66.08%-
HSV(B)249.32º64.66%97.65%-
XYZ27.417.3391.52-
YUV113.83204.28127.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.11%
GREEN value IS 88 (34.77% from 255) = 19.56%
BLUE value IS 249 (97.66% from 255) = 55.33%
R=25.11%
G=19.56%
B=55.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal113882490.550.6500.02249.3293.0666.08
Hex7158F9374102f95d42
Octal1611303716710102371135102
Binary111000110110001111100111011110000010101111100110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7158F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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