Html Css Color HEX #7174DD Medium Slate Blue

📋 copy color: '#7174DD'

red 113 ◦ green 116 ◦ blue 221

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

Shades of Medium Slate Blue #7174DD

Tints of Medium Slate Blue #7174DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.78%

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

R = 25.11%
G = 25.78%
B = 49.11%

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

#7174DD (or 0x7174DD) is known color: Medium Slate Blue. HEX triplet: 71, 74 and DD. RGB value is (113,116,221). Sum of RGB (Red+Green+Blue) = 113+116+221=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #7174DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7174DD is #8E8B22. Grayscale: #7E7E7E. Windows color (decimal): -9341731 or 14513265. OLE color: 14513265.

HSL color Cylindrical-coordinate representation of color #7174DD: hue angle of 238.33º 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 #7174DD is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 116 221 -
CMYK 0.49 0.48 0 0.13
HSL 238.33º 0.61% 0.65% -
HSV(B) 238.33º 0.49% 0.87% -
XYZ 26.11 21.22 71.13 -
YUV 127.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 113 116 221 0.49 0.48 0 0.13 238.33 0.61 0.65
Hex 71 74 DD 31 30 0 D EE 3D 41
Octal 161 164 335 61 60 0 15 356 75 101
Binary 1110001 1110100 11011101 110001 110000 0 1101 11101110 111101 1000001

Color Harmonies of #7174DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7174DD

Black with #7174DD

Text Example


Text Example

White with #7174DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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