Html Css Color HEX #7C51EA Medium Slate Blue

📋 copy color: '#7C51EA'

red 124 ◦ green 81 ◦ blue 234

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

Shades of Medium Slate Blue #7C51EA

Tints of Medium Slate Blue #7C51EA

RGB

 RED value IS 124 (48.83% from 255) = 28.25%

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

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

R = 28.25%
G = 18.45%
B = 53.3%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C51EA (or 0x7C51EA) is known color: Medium Slate Blue. HEX triplet: 7C, 51 and EA. RGB value is (124,81,234). Sum of RGB (Red+Green+Blue) = 124+81+234=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C51EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C51EA is #83AE15. Grayscale: #6E6E6E. Windows color (decimal): -8629782 or 15356284. OLE color: 15356284.

HSL color Cylindrical-coordinate representation of color #7C51EA: hue angle of 256.86º 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 #7C51EA is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 81 234 -
CMYK 0.47 0.65 0 0.08
HSL 256.86º 0.78% 0.62% -
HSV(B) 256.86º 0.65% 0.92% -
XYZ 26.11 16.11 79.58 -
YUV 111.3 197.25 137.06 -
System Red Green Blue C M Y K H S L
Decimal 124 81 234 0.47 0.65 0 0.08 256.86 0.78 0.62
Hex 7C 51 EA 2F 41 0 8 101 4E 3E
Octal 174 121 352 57 101 0 10 401 116 76
Binary 1111100 1010001 11101010 101111 1000001 0 1000 100000001 1001110 111110

Color Harmonies of #7C51EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C51EA

Black with #7C51EA

Text Example


Text Example

White with #7C51EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C51EA; }

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

 H1.HeaderClassName
 {
   color: #7C51EA;
 }
 .AnyTagClassName
 {
   color: #7C51EA;
 }
</style>

background-color css

<style>
 a { background-color: #7C51EA; }

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

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

border-color css

<style>
 span { border-color: #7C51EA; }

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

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