#7871DC

Color #7871DC Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7871DC

Tints of Medium Slate Blue #7871DC

Color information

#7871DC (or 0x7871DC) is unknown color: approx 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

RGB120113220-
CMYK0.450.4900.14
HSL243.93º60.45%65.29%-
HSV(B)243.93º48.64%86.27%-
XYZ26.5720.9770.36-
YUV127.29180.32122.8-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201132200.450.4900.14243.9360.4565.29
Hex7871DC2D310Ef43c41
Octal170161334556101636474101
Binary111100011100011101110010110111000101110111101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7871DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>