Html Css Color HEX #7158FF Medium Slate Blue

📋 copy color: '#7158FF'

red 113 ◦ green 88 ◦ blue 255

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

Shades of Medium Slate Blue #7158FF

Tints of Medium Slate Blue #7158FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.92%

R = 24.78%
G = 19.3%
B = 55.92%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7158FF (or 0x7158FF) is known color: Medium Slate Blue. HEX triplet: 71, 58 and FF. RGB value is (113,88,255). Sum of RGB (Red+Green+Blue) = 113+88+255=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #7158FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7158FF is #8EA700. Grayscale: #717171. Windows color (decimal): -9348865 or 16734321. OLE color: 16734321.

HSL color Cylindrical-coordinate representation of color #7158FF: hue angle of 248.98º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7158FF is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 113 88 255 -
CMYK 0.56 0.65 0 0
HSL 248.98º 1% 0.67% -
HSV(B) 248.98º 0.65% 1% -
XYZ 28.35 17.71 96.53 -
YUV 114.51 207.28 126.92 -
System Red Green Blue C M Y K H S L
Decimal 113 88 255 0.56 0.65 0 0 248.98 1 0.67
Hex 71 58 FF 38 41 0 0 F9 64 43
Octal 161 130 377 70 101 0 0 371 144 103
Binary 1110001 1011000 11111111 111000 1000001 0 0 11111001 1100100 1000011

Color Harmonies of #7158FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7158FF

Black with #7158FF

Text Example


Text Example

White with #7158FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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