Html Css Color HEX #7158EF Medium Slate Blue

📋 copy color: '#7158EF'

red 113 ◦ green 88 ◦ blue 239

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

Shades of Medium Slate Blue #7158EF

Tints of Medium Slate Blue #7158EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 25.68%
G = 20%
B = 54.32%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7158EF (or 0x7158EF) is known color: Medium Slate Blue. HEX triplet: 71, 58 and EF. RGB value is (113,88,239). Sum of RGB (Red+Green+Blue) = 113+88+239=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #7158EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7158EF is #8EA710. Grayscale: #707070. Windows color (decimal): -9348881 or 15685745. OLE color: 15685745.

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

Color convert

RGB 113 88 239 -
CMYK 0.53 0.63 0 0.06
HSL 249.93º 0.83% 0.64% -
HSV(B) 249.93º 0.63% 0.94% -
XYZ 25.88 16.72 83.53 -
YUV 112.69 199.28 128.22 -
System Red Green Blue C M Y K H S L
Decimal 113 88 239 0.53 0.63 0 0.06 249.93 0.83 0.64
Hex 71 58 EF 35 3F 0 6 FA 53 40
Octal 161 130 357 65 77 0 6 372 123 100
Binary 1110001 1011000 11101111 110101 111111 0 110 11111010 1010011 1000000

Color Harmonies of #7158EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7158EF

Black with #7158EF

Text Example


Text Example

White with #7158EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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