Html Css Color HEX #7079DC Medium Slate Blue

📋 copy color: '#7079DC'

red 112 ◦ green 121 ◦ blue 220

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

Shades of Medium Slate Blue #7079DC

Tints of Medium Slate Blue #7079DC

RGB

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

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

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

R = 24.72%
G = 26.71%
B = 48.57%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7079DC (or 0x7079DC) is known color: Medium Slate Blue. HEX triplet: 70, 79 and DC. RGB value is (112,121,220). Sum of RGB (Red+Green+Blue) = 112+121+220=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #7079DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7079DC is #8F8623. Grayscale: #818181. Windows color (decimal): -9405988 or 14449008. OLE color: 14449008.

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

Color convert

RGB 112 121 220 -
CMYK 0.49 0.45 0 0.14
HSL 235º 0.61% 0.65% -
HSV(B) 235º 0.49% 0.86% -
XYZ 26.44 22.29 70.62 -
YUV 129.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 112 121 220 0.49 0.45 0 0.14 235 0.61 0.65
Hex 70 79 DC 31 2D 0 E EB 3D 41
Octal 160 171 334 61 55 0 16 353 75 101
Binary 1110000 1111001 11011100 110001 101101 0 1110 11101011 111101 1000001

Color Harmonies of #7079DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7079DC

Black with #7079DC

Text Example


Text Example

White with #7079DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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