Html Css Color HEX #7371DC Medium Slate Blue

📋 copy color: '#7371DC'

red 115 ◦ green 113 ◦ blue 220

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

Shades of Medium Slate Blue #7371DC

Tints of Medium Slate Blue #7371DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 25.67%
G = 25.22%
B = 49.11%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7371DC (or 0x7371DC) is known color: Medium Slate Blue. HEX triplet: 73, 71 and DC. RGB value is (115,113,220). Sum of RGB (Red+Green+Blue) = 115+113+220=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #7371DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7371DC is #8C8E23. Grayscale: #7D7D7D. Windows color (decimal): -9211428 or 14446963. OLE color: 14446963.

HSL color Cylindrical-coordinate representation of color #7371DC: hue angle of 241.12º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7371DC is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 113 220 -
CMYK 0.48 0.49 0 0.14
HSL 241.12º 0.6% 0.65% -
HSV(B) 241.12º 0.49% 0.86% -
XYZ 25.89 20.62 70.33 -
YUV 125.8 181.16 120.3 -
System Red Green Blue C M Y K H S L
Decimal 115 113 220 0.48 0.49 0 0.14 241.12 0.6 0.65
Hex 73 71 DC 30 31 0 E F1 3C 41
Octal 163 161 334 60 61 0 16 361 74 101
Binary 1110011 1110001 11011100 110000 110001 0 1110 11110001 111100 1000001

Color Harmonies of #7371DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7371DC

Black with #7371DC

Text Example


Text Example

White with #7371DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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