Html Css Color HEX #7172DD Medium Slate Blue

📋 copy color: '#7172DD'

red 113 ◦ green 114 ◦ blue 221

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

Shades of Medium Slate Blue #7172DD

Tints of Medium Slate Blue #7172DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 25.22%
G = 25.45%
B = 49.33%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7172DD (or 0x7172DD) is known color: Medium Slate Blue. HEX triplet: 71, 72 and DD. RGB value is (113,114,221). Sum of RGB (Red+Green+Blue) = 113+114+221=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #7172DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7172DD is #8E8D22. Grayscale: #7D7D7D. Windows color (decimal): -9342243 or 14512753. OLE color: 14512753.

HSL color Cylindrical-coordinate representation of color #7172DD: hue angle of 239.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7172DD is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 114 221 -
CMYK 0.49 0.48 0 0.13
HSL 239.44º 0.61% 0.65% -
HSV(B) 239.44º 0.49% 0.87% -
XYZ 25.88 20.77 71.05 -
YUV 125.9 181.67 118.8 -
System Red Green Blue C M Y K H S L
Decimal 113 114 221 0.49 0.48 0 0.13 239.44 0.61 0.65
Hex 71 72 DD 31 30 0 D EF 3D 41
Octal 161 162 335 61 60 0 15 357 75 101
Binary 1110001 1110010 11011101 110001 110000 0 1101 11101111 111101 1000001

Color Harmonies of #7172DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7172DD

Black with #7172DD

Text Example


Text Example

White with #7172DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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