Html Css Color HEX #7873DC Medium Slate Blue

📋 copy color: '#7873DC'

red 120 ◦ green 115 ◦ blue 220

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

Shades of Medium Slate Blue #7873DC

Tints of Medium Slate Blue #7873DC

RGB

 RED value IS 120 (47.27% from 255) = 26.37%

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

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

R = 26.37%
G = 25.27%
B = 48.35%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7873DC (or 0x7873DC) is known color: Medium Slate Blue. HEX triplet: 78, 73 and DC. RGB value is (120,115,220). Sum of RGB (Red+Green+Blue) = 120+115+220=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #7873DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7873DC is #878C23. Grayscale: #808080. Windows color (decimal): -8883236 or 14447480. OLE color: 14447480.

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

Color convert

RGB 120 115 220 -
CMYK 0.45 0.48 0 0.14
HSL 242.86º 0.6% 0.66% -
HSV(B) 242.86º 0.48% 0.86% -
XYZ 26.79 21.42 70.43 -
YUV 128.47 179.66 121.96 -
System Red Green Blue C M Y K H S L
Decimal 120 115 220 0.45 0.48 0 0.14 242.86 0.6 0.66
Hex 78 73 DC 2D 30 0 E F3 3C 42
Octal 170 163 334 55 60 0 16 363 74 102
Binary 1111000 1110011 11011100 101101 110000 0 1110 11110011 111100 1000010

Color Harmonies of #7873DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7873DC

Black with #7873DC

Text Example


Text Example

White with #7873DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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