#7869DC

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

Shades of Medium Slate Blue #7869DC

Tints of Medium Slate Blue #7869DC

Color information

#7869DC (or 0x7869DC) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 69 and DC. RGB value is (120,105,220). Sum of RGB (Red+Green+Blue) = 120+105+220=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #7869DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7869DC is #879623. Grayscale: #7A7A7A. Windows color (decimal): -8885796 or 14444920. OLE color: 14444920.

HSL color Cylindrical-coordinate representation of color #7869DC: hue angle of 247.83º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7869DC is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120105220-
CMYK0.450.5200.14
HSL247.83º62.16%63.73%-
HSV(B)247.83º52.27%86.27%-
XYZ25.7219.2670.07-
YUV122.59182.97126.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.97%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 220 (86.33% from 255) = 49.44%
R=26.97%
G=23.60%
B=49.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201052200.450.5200.14247.8362.1663.73
Hex7869DC2D340Ef83e40
Octal170151334556401637076100
Binary111100011010011101110010110111010001110111110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7869DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7869DC;
 }
 .AnyTagClassName
 {
   color: #7869DC;
 }
</style>
background-color css

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

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

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

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

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

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