Html Css Color HEX #7156E4 Medium Slate Blue

📋 copy color: '#7156E4'

red 113 ◦ green 86 ◦ blue 228

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

Shades of Medium Slate Blue #7156E4

Tints of Medium Slate Blue #7156E4

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.14%

 BLUE value IS 228 (89.45% from 255) = 53.4%

R = 26.46%
G = 20.14%
B = 53.4%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7156E4 (or 0x7156E4) is known color: Medium Slate Blue. HEX triplet: 71, 56 and E4. RGB value is (113,86,228). Sum of RGB (Red+Green+Blue) = 113+86+228=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 228 (89.45% from 255 or 53.40% from 427); Max value from RGB is 228 - color contains mainly: blue. Hex color #7156E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7156E4 is #8EA91B. Grayscale: #6D6D6D. Windows color (decimal): -9349404 or 14964337. OLE color: 14964337.

HSL color Cylindrical-coordinate representation of color #7156E4: hue angle of 251.41º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7156E4 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 113 86 228 -
CMYK 0.50 0.62 0 0.11
HSL 251.41º 0.72% 0.62% -
HSV(B) 251.41º 0.62% 0.89% -
XYZ 24.14 15.77 75.17 -
YUV 110.26 194.45 129.95 -
System Red Green Blue C M Y K H S L
Decimal 113 86 228 0.50 0.62 0 0.11 251.41 0.72 0.62
Hex 71 56 E4 32 3E 0 B FB 48 3E
Octal 161 126 344 62 76 0 13 373 110 76
Binary 1110001 1010110 11100100 110010 111110 0 1011 11111011 1001000 111110

Color Harmonies of #7156E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7156E4

Black with #7156E4

Text Example


Text Example

White with #7156E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7156E4; }

 p { color: rgb(113,86,228); }

 H1.HeaderClassName
 {
   color: #7156E4;
 }
 .AnyTagClassName
 {
   color: #7156E4;
 }
</style>

background-color css

<style>
 a { background-color: #7156E4; }

 a { background-color: rgb(113,86,228); }

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

border-color css

<style>
 span { border-color: #7156E4; }

 span { border-color: rgb(113,86,228); }

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