Html Css Color HEX #7172EE Medium Slate Blue

📋 copy color: '#7172EE'

red 113 ◦ green 114 ◦ blue 238

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

Shades of Medium Slate Blue #7172EE

Tints of Medium Slate Blue #7172EE

RGB

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

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

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

R = 24.3%
G = 24.52%
B = 51.18%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7172EE (or 0x7172EE) is known color: Medium Slate Blue. HEX triplet: 71, 72 and EE. RGB value is (113,114,238). Sum of RGB (Red+Green+Blue) = 113+114+238=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #7172EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7172EE is #8E8D11. Grayscale: #7F7F7F. Windows color (decimal): -9342226 or 15626865. OLE color: 15626865.

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

Color convert

RGB 113 114 238 -
CMYK 0.53 0.52 0 0.07
HSL 239.52º 0.79% 0.69% -
HSV(B) 239.52º 0.53% 0.93% -
XYZ 28.26 21.72 83.59 -
YUV 127.84 190.17 117.42 -
System Red Green Blue C M Y K H S L
Decimal 113 114 238 0.53 0.52 0 0.07 239.52 0.79 0.69
Hex 71 72 EE 35 34 0 7 F0 4F 45
Octal 161 162 356 65 64 0 7 360 117 105
Binary 1110001 1110010 11101110 110101 110100 0 111 11110000 1001111 1000101

Color Harmonies of #7172EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7172EE

Black with #7172EE

Text Example


Text Example

White with #7172EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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