Html Css Color HEX #7379DC Medium Slate Blue

📋 copy color: '#7379DC'

red 115 ◦ green 121 ◦ blue 220

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

Shades of Medium Slate Blue #7379DC

Tints of Medium Slate Blue #7379DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.54%

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

R = 25.22%
G = 26.54%
B = 48.25%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7379DC (or 0x7379DC) is known color: Medium Slate Blue. HEX triplet: 73, 79 and DC. RGB value is (115,121,220). Sum of RGB (Red+Green+Blue) = 115+121+220=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #7379DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7379DC is #8C8623. Grayscale: #828282. Windows color (decimal): -9209380 or 14449011. OLE color: 14449011.

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

Color convert

RGB 115 121 220 -
CMYK 0.48 0.45 0 0.14
HSL 236.57º 0.6% 0.66% -
HSV(B) 236.57º 0.48% 0.86% -
XYZ 26.83 22.49 70.64 -
YUV 130.49 178.51 116.95 -
System Red Green Blue C M Y K H S L
Decimal 115 121 220 0.48 0.45 0 0.14 236.57 0.6 0.66
Hex 73 79 DC 30 2D 0 E ED 3C 42
Octal 163 171 334 60 55 0 16 355 74 102
Binary 1110011 1111001 11011100 110000 101101 0 1110 11101101 111100 1000010

Color Harmonies of #7379DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7379DC

Black with #7379DC

Text Example


Text Example

White with #7379DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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