Html Css Color HEX #7856E1 Medium Slate Blue

📋 copy color: '#7856E1'

red 120 ◦ green 86 ◦ blue 225

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

Shades of Medium Slate Blue #7856E1

Tints of Medium Slate Blue #7856E1

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.95%

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

R = 27.84%
G = 19.95%
B = 52.2%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7856E1 (or 0x7856E1) is known color: Medium Slate Blue. HEX triplet: 78, 56 and E1. RGB value is (120,86,225). Sum of RGB (Red+Green+Blue) = 120+86+225=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #7856E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7856E1 is #87A91E. Grayscale: #6F6F6F. Windows color (decimal): -8890655 or 14767736. OLE color: 14767736.

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

Color convert

RGB 120 86 225 -
CMYK 0.47 0.62 0 0.12
HSL 254.68º 0.7% 0.61% -
HSV(B) 254.68º 0.62% 0.88% -
XYZ 24.66 16.08 73.04 -
YUV 112.01 191.76 133.7 -
System Red Green Blue C M Y K H S L
Decimal 120 86 225 0.47 0.62 0 0.12 254.68 0.7 0.61
Hex 78 56 E1 2F 3E 0 C FF 46 3D
Octal 170 126 341 57 76 0 14 377 106 75
Binary 1111000 1010110 11100001 101111 111110 0 1100 11111111 1000110 111101

Color Harmonies of #7856E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7856E1

Black with #7856E1

Text Example


Text Example

White with #7856E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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