Html Css Color HEX #7172EC Medium Slate Blue

📋 copy color: '#7172EC'

red 113 ◦ green 114 ◦ blue 236

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

Shades of Medium Slate Blue #7172EC

Tints of Medium Slate Blue #7172EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.62%

 BLUE value IS 236 (92.58% from 255) = 50.97%

R = 24.41%
G = 24.62%
B = 50.97%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7172EC (or 0x7172EC) is known color: Medium Slate Blue. HEX triplet: 71, 72 and EC. RGB value is (113,114,236). Sum of RGB (Red+Green+Blue) = 113+114+236=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #7172EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7172EC is #8E8D13. Grayscale: #7F7F7F. Windows color (decimal): -9342228 or 15495793. OLE color: 15495793.

HSL color Cylindrical-coordinate representation of color #7172EC: hue angle of 239.51º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7172EC is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 114 236 -
CMYK 0.52 0.52 0 0.07
HSL 239.51º 0.76% 0.68% -
HSV(B) 239.51º 0.52% 0.93% -
XYZ 27.97 21.6 82.05 -
YUV 127.61 189.17 117.58 -
System Red Green Blue C M Y K H S L
Decimal 113 114 236 0.52 0.52 0 0.07 239.51 0.76 0.68
Hex 71 72 EC 34 34 0 7 F0 4C 44
Octal 161 162 354 64 64 0 7 360 114 104
Binary 1110001 1110010 11101100 110100 110100 0 111 11110000 1001100 1000100

Color Harmonies of #7172EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7172EC

Black with #7172EC

Text Example


Text Example

White with #7172EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7172EC; }

 p { color: rgb(113,114,236); }

 H1.HeaderClassName
 {
   color: #7172EC;
 }
 .AnyTagClassName
 {
   color: #7172EC;
 }
</style>

background-color css

<style>
 a { background-color: #7172EC; }

 a { background-color: rgb(113,114,236); }

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

border-color css

<style>
 span { border-color: #7172EC; }

 span { border-color: rgb(113,114,236); }

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