Html Css Color HEX #7854EA Medium Slate Blue

📋 copy color: '#7854EA'

red 120 ◦ green 84 ◦ blue 234

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

Shades of Medium Slate Blue #7854EA

Tints of Medium Slate Blue #7854EA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.18%

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

R = 27.4%
G = 19.18%
B = 53.42%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7854EA (or 0x7854EA) is known color: Medium Slate Blue. HEX triplet: 78, 54 and EA. RGB value is (120,84,234). Sum of RGB (Red+Green+Blue) = 120+84+234=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #7854EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7854EA is #87AB15. Grayscale: #6F6F6F. Windows color (decimal): -8891158 or 15357048. OLE color: 15357048.

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

Color convert

RGB 120 84 234 -
CMYK 0.49 0.64 0 0.08
HSL 254.4º 0.78% 0.62% -
HSV(B) 254.4º 0.64% 0.92% -
XYZ 25.77 16.27 79.63 -
YUV 111.86 196.93 133.8 -
System Red Green Blue C M Y K H S L
Decimal 120 84 234 0.49 0.64 0 0.08 254.4 0.78 0.62
Hex 78 54 EA 31 40 0 8 FE 4E 3E
Octal 170 124 352 61 100 0 10 376 116 76
Binary 1111000 1010100 11101010 110001 1000000 0 1000 11111110 1001110 111110

Color Harmonies of #7854EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7854EA

Black with #7854EA

Text Example


Text Example

White with #7854EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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