Html Css Color HEX #7851EA Medium Slate Blue

📋 copy color: '#7851EA'

red 120 ◦ green 81 ◦ blue 234

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

Shades of Medium Slate Blue #7851EA

Tints of Medium Slate Blue #7851EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.62%

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

R = 27.59%
G = 18.62%
B = 53.79%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7851EA (or 0x7851EA) is known color: Medium Slate Blue. HEX triplet: 78, 51 and EA. RGB value is (120,81,234). Sum of RGB (Red+Green+Blue) = 120+81+234=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #7851EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7851EA is #87AE15. Grayscale: #6D6D6D. Windows color (decimal): -8891926 or 15356280. OLE color: 15356280.

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

Color convert

RGB 120 81 234 -
CMYK 0.49 0.65 0 0.08
HSL 255.29º 0.78% 0.62% -
HSV(B) 255.29º 0.65% 0.92% -
XYZ 25.54 15.82 79.55 -
YUV 110.1 197.92 135.06 -
System Red Green Blue C M Y K H S L
Decimal 120 81 234 0.49 0.65 0 0.08 255.29 0.78 0.62
Hex 78 51 EA 31 41 0 8 FF 4E 3E
Octal 170 121 352 61 101 0 10 377 116 76
Binary 1111000 1010001 11101010 110001 1000001 0 1000 11111111 1001110 111110

Color Harmonies of #7851EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7851EA

Black with #7851EA

Text Example


Text Example

White with #7851EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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