Html Css Color HEX #7371DD Medium Slate Blue

📋 copy color: '#7371DD'

red 115 ◦ green 113 ◦ blue 221

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

Shades of Medium Slate Blue #7371DD

Tints of Medium Slate Blue #7371DD

RGB

 RED value IS 115 (45.31% from 255) = 25.61%

 GREEN value IS 113 (44.53% from 255) = 25.17%

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

R = 25.61%
G = 25.17%
B = 49.22%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7371DD (or 0x7371DD) is known color: Medium Slate Blue. HEX triplet: 73, 71 and DD. RGB value is (115,113,221). Sum of RGB (Red+Green+Blue) = 115+113+221=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #7371DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7371DD is #8C8E22. Grayscale: #7D7D7D. Windows color (decimal): -9211427 or 14512499. OLE color: 14512499.

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

Color convert

RGB 115 113 221 -
CMYK 0.48 0.49 0 0.13
HSL 241.11º 0.61% 0.65% -
HSV(B) 241.11º 0.49% 0.87% -
XYZ 26.03 20.68 71.03 -
YUV 125.91 181.66 120.22 -
System Red Green Blue C M Y K H S L
Decimal 115 113 221 0.48 0.49 0 0.13 241.11 0.61 0.65
Hex 73 71 DD 30 31 0 D F1 3D 41
Octal 163 161 335 60 61 0 15 361 75 101
Binary 1110011 1110001 11011101 110000 110001 0 1101 11110001 111101 1000001

Color Harmonies of #7371DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7371DD

Black with #7371DD

Text Example


Text Example

White with #7371DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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