Html Css Color HEX #7158FA Medium Slate Blue

📋 copy color: '#7158FA'

red 113 ◦ green 88 ◦ blue 250

#7158FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7158FA

Tints of Medium Slate Blue #7158FA

RGB

 RED value IS 113 (44.53% from 255) = 25.06%

 GREEN value IS 88 (34.77% from 255) = 19.51%

 BLUE value IS 250 (98.05% from 255) = 55.43%

R = 25.06%
G = 19.51%
B = 55.43%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7158FA (or 0x7158FA) is known color: Medium Slate Blue. HEX triplet: 71, 58 and FA. RGB value is (113,88,250). Sum of RGB (Red+Green+Blue) = 113+88+250=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #7158FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7158FA is #8EA705. Grayscale: #717171. Windows color (decimal): -9348870 or 16406641. OLE color: 16406641.

HSL color Cylindrical-coordinate representation of color #7158FA: hue angle of 249.26º degrees, saturation: 0.94, 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 #7158FA is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 88 250 -
CMYK 0.55 0.65 0 0.02
HSL 249.26º 0.94% 0.66% -
HSV(B) 249.26º 0.65% 0.98% -
XYZ 27.56 17.39 92.35 -
YUV 113.94 204.78 127.33 -
System Red Green Blue C M Y K H S L
Decimal 113 88 250 0.55 0.65 0 0.02 249.26 0.94 0.66
Hex 71 58 FA 37 41 0 2 F9 5E 42
Octal 161 130 372 67 101 0 2 371 136 102
Binary 1110001 1011000 11111010 110111 1000001 0 10 11111001 1011110 1000010

Color Harmonies of #7158FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7158FA

Black with #7158FA

Text Example


Text Example

White with #7158FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7158FA;
 }
 .AnyTagClassName
 {
   color: #7158FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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