Html Css Color HEX #7871DC Medium Slate Blue

📋 copy color: '#7871DC'

red 120 ◦ green 113 ◦ blue 220

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

Shades of Medium Slate Blue #7871DC

Tints of Medium Slate Blue #7871DC

RGB

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

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

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

R = 26.49%
G = 24.94%
B = 48.57%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7871DC (or 0x7871DC) is known color: Medium Slate Blue. HEX triplet: 78, 71 and DC. RGB value is (120,113,220). Sum of RGB (Red+Green+Blue) = 120+113+220=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 113 (44.53% from 255 or 24.94% 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 #7871DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7871DC is #878E23. Grayscale: #7E7E7E. Windows color (decimal): -8883748 or 14446968. OLE color: 14446968.

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

Color convert

RGB 120 113 220 -
CMYK 0.45 0.49 0 0.14
HSL 243.93º 0.6% 0.65% -
HSV(B) 243.93º 0.49% 0.86% -
XYZ 26.57 20.97 70.36 -
YUV 127.29 180.32 122.8 -
System Red Green Blue C M Y K H S L
Decimal 120 113 220 0.45 0.49 0 0.14 243.93 0.6 0.65
Hex 78 71 DC 2D 31 0 E F4 3C 41
Octal 170 161 334 55 61 0 16 364 74 101
Binary 1111000 1110001 11011100 101101 110001 0 1110 11110100 111100 1000001

Color Harmonies of #7871DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7871DC

Black with #7871DC

Text Example


Text Example

White with #7871DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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