Html Css Color HEX #7863EA Medium Slate Blue

📋 copy color: '#7863EA'

red 120 ◦ green 99 ◦ blue 234

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

Shades of Medium Slate Blue #7863EA

Tints of Medium Slate Blue #7863EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.66%

R = 26.49%
G = 21.85%
B = 51.66%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7863EA (or 0x7863EA) is known color: Medium Slate Blue. HEX triplet: 78, 63 and EA. RGB value is (120,99,234). Sum of RGB (Red+Green+Blue) = 120+99+234=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #7863EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7863EA is #879C15. Grayscale: #787878. Windows color (decimal): -8887318 or 15360888. OLE color: 15360888.

HSL color Cylindrical-coordinate representation of color #7863EA: hue angle of 249.33º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7863EA is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 99 234 -
CMYK 0.49 0.58 0 0.08
HSL 249.33º 0.76% 0.65% -
HSV(B) 249.33º 0.58% 0.92% -
XYZ 27.06 18.86 80.06 -
YUV 120.67 191.96 127.52 -
System Red Green Blue C M Y K H S L
Decimal 120 99 234 0.49 0.58 0 0.08 249.33 0.76 0.65
Hex 78 63 EA 31 3A 0 8 F9 4C 41
Octal 170 143 352 61 72 0 10 371 114 101
Binary 1111000 1100011 11101010 110001 111010 0 1000 11111001 1001100 1000001

Color Harmonies of #7863EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7863EA

Black with #7863EA

Text Example


Text Example

White with #7863EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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