Html Css Color HEX #7158EE Medium Slate Blue

📋 copy color: '#7158EE'

red 113 ◦ green 88 ◦ blue 238

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

Shades of Medium Slate Blue #7158EE

Tints of Medium Slate Blue #7158EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 25.74%
G = 20.05%
B = 54.21%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7158EE (or 0x7158EE) is known color: Medium Slate Blue. HEX triplet: 71, 58 and EE. RGB value is (113,88,238). Sum of RGB (Red+Green+Blue) = 113+88+238=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #7158EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7158EE is #8EA711. Grayscale: #707070. Windows color (decimal): -9348882 or 15620209. OLE color: 15620209.

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

Color convert

RGB 113 88 238 -
CMYK 0.53 0.63 0 0.07
HSL 250º 0.82% 0.64% -
HSV(B) 250º 0.63% 0.93% -
XYZ 25.73 16.66 82.75 -
YUV 112.58 198.78 128.3 -
System Red Green Blue C M Y K H S L
Decimal 113 88 238 0.53 0.63 0 0.07 250 0.82 0.64
Hex 71 58 EE 35 3F 0 7 FA 52 40
Octal 161 130 356 65 77 0 7 372 122 100
Binary 1110001 1011000 11101110 110101 111111 0 111 11111010 1010010 1000000

Color Harmonies of #7158EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7158EE

Black with #7158EE

Text Example


Text Example

White with #7158EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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