Html Css Color HEX #7073DC Medium Slate Blue

📋 copy color: '#7073DC'

red 112 ◦ green 115 ◦ blue 220

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

Shades of Medium Slate Blue #7073DC

Tints of Medium Slate Blue #7073DC

RGB

 RED value IS 112 (44.14% from 255) = 25.06%

 GREEN value IS 115 (45.31% from 255) = 25.73%

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

R = 25.06%
G = 25.73%
B = 49.22%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7073DC (or 0x7073DC) is known color: Medium Slate Blue. HEX triplet: 70, 73 and DC. RGB value is (112,115,220). Sum of RGB (Red+Green+Blue) = 112+115+220=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #7073DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7073DC is #8F8C23. Grayscale: #7D7D7D. Windows color (decimal): -9407524 or 14447472. OLE color: 14447472.

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

Color convert

RGB 112 115 220 -
CMYK 0.49 0.48 0 0.14
HSL 238.33º 0.61% 0.65% -
HSV(B) 238.33º 0.49% 0.86% -
XYZ 25.73 20.87 70.38 -
YUV 126.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 112 115 220 0.49 0.48 0 0.14 238.33 0.61 0.65
Hex 70 73 DC 31 30 0 E EE 3D 41
Octal 160 163 334 61 60 0 16 356 75 101
Binary 1110000 1110011 11011100 110001 110000 0 1110 11101110 111101 1000001

Color Harmonies of #7073DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7073DC

Black with #7073DC

Text Example


Text Example

White with #7073DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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