Html Css Color HEX #7859E1 Medium Slate Blue

📋 copy color: '#7859E1'

red 120 ◦ green 89 ◦ blue 225

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

Shades of Medium Slate Blue #7859E1

Tints of Medium Slate Blue #7859E1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.51%

 BLUE value IS 225 (88.28% from 255) = 51.84%

R = 27.65%
G = 20.51%
B = 51.84%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7859E1 (or 0x7859E1) is known color: Medium Slate Blue. HEX triplet: 78, 59 and E1. RGB value is (120,89,225). Sum of RGB (Red+Green+Blue) = 120+89+225=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #7859E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859E1 is #87A61E. Grayscale: #717171. Windows color (decimal): -8889887 or 14768504. OLE color: 14768504.

HSL color Cylindrical-coordinate representation of color #7859E1: hue angle of 253.68º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7859E1 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 120 89 225 -
CMYK 0.47 0.60 0 0.12
HSL 253.68º 0.69% 0.62% -
HSV(B) 253.68º 0.6% 0.88% -
XYZ 24.91 16.57 73.12 -
YUV 113.77 190.77 132.44 -
System Red Green Blue C M Y K H S L
Decimal 120 89 225 0.47 0.60 0 0.12 253.68 0.69 0.62
Hex 78 59 E1 2F 3C 0 C FE 45 3E
Octal 170 131 341 57 74 0 14 376 105 76
Binary 1111000 1011001 11100001 101111 111100 0 1100 11111110 1000101 111110

Color Harmonies of #7859E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7859E1

Black with #7859E1

Text Example


Text Example

White with #7859E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7859E1; }

 p { color: rgb(120,89,225); }

 H1.HeaderClassName
 {
   color: #7859E1;
 }
 .AnyTagClassName
 {
   color: #7859E1;
 }
</style>

background-color css

<style>
 a { background-color: #7859E1; }

 a { background-color: rgb(120,89,225); }

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

border-color css

<style>
 span { border-color: #7859E1; }

 span { border-color: rgb(120,89,225); }

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