Html Css Color HEX #7863DC Medium Slate Blue

📋 copy color: '#7863DC'

red 120 ◦ green 99 ◦ blue 220

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

Shades of Medium Slate Blue #7863DC

Tints of Medium Slate Blue #7863DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.55%

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

R = 27.33%
G = 22.55%
B = 50.11%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7863DC (or 0x7863DC) is known color: Medium Slate Blue. HEX triplet: 78, 63 and DC. RGB value is (120,99,220). Sum of RGB (Red+Green+Blue) = 120+99+220=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #7863DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7863DC is #879C23. Grayscale: #767676. Windows color (decimal): -8887332 or 14443384. OLE color: 14443384.

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

Color convert

RGB 120 99 220 -
CMYK 0.45 0.55 0 0.14
HSL 250.41º 0.63% 0.63% -
HSV(B) 250.41º 0.55% 0.86% -
XYZ 25.13 18.08 69.88 -
YUV 119.07 184.96 128.66 -
System Red Green Blue C M Y K H S L
Decimal 120 99 220 0.45 0.55 0 0.14 250.41 0.63 0.63
Hex 78 63 DC 2D 37 0 E FA 3F 3F
Octal 170 143 334 55 67 0 16 372 77 77
Binary 1111000 1100011 11011100 101101 110111 0 1110 11111010 111111 111111

Color Harmonies of #7863DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7863DC

Black with #7863DC

Text Example


Text Example

White with #7863DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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