#7861DC

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

Shades of Medium Slate Blue #7861DC

Tints of Medium Slate Blue #7861DC

Color information

#7861DC (or 0x7861DC) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 61 and DC. RGB value is (120,97,220). Sum of RGB (Red+Green+Blue) = 120+97+220=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #7861DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7861DC is #879E23. Grayscale: #757575. Windows color (decimal): -8887844 or 14442872. OLE color: 14442872.

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

Color convert

RGB12097220-
CMYK0.450.5600.14
HSL251.22º63.73%62.16%-
HSV(B)251.22º55.91%86.27%-
XYZ24.9417.7169.81-
YUV117.9185.62129.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.46%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 220 (86.33% from 255) = 50.34%
R=27.46%
G=22.20%
B=50.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal120972200.450.5600.14251.2263.7362.16
Hex7861DC2D380Efb403e
Octal170141334557001637310076
Binary111100011000011101110010110111100001110111110111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7861DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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