#7863DE

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

Shades of Medium Slate Blue #7863DE

Tints of Medium Slate Blue #7863DE

Color information

#7863DE (or 0x7863DE) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 63 and DE. RGB value is (120,99,222). Sum of RGB (Red+Green+Blue) = 120+99+222=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #7863DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7863DE is #879C21. Grayscale: #767676. Windows color (decimal): -8887330 or 14574456. OLE color: 14574456.

HSL color Cylindrical-coordinate representation of color #7863DE: hue angle of 250.24º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7863DE is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12099222-
CMYK0.460.5500.13
HSL250.24º65.08%62.94%-
HSV(B)250.24º55.41%87.06%-
XYZ25.3918.1971.28-
YUV119.3185.96128.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.21%
GREEN value IS 99 (39.06% from 255) = 22.45%
BLUE value IS 222 (87.11% from 255) = 50.34%
R=27.21%
G=22.45%
B=50.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal120992220.460.5500.13250.2465.0862.94
Hex7863DE2E370Dfa413f
Octal170143336566701537210177
Binary111100011000111101111010111011011101101111110101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7863DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7863DE; }

 p { color: rgb(120,99,222); }

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

<style>
 a { background-color: #7863DE; }

 a { background-color: rgb(120,99,222); }

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

<style>
 span { border-color: #7863DE; }

 span { border-color: rgb(120,99,222); }

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