Html Css Color HEX #7C6AEA Medium Slate Blue

📋 copy color: '#7C6AEA'

red 124 ◦ green 106 ◦ blue 234

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

Shades of Medium Slate Blue #7C6AEA

Tints of Medium Slate Blue #7C6AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.84%

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

R = 26.72%
G = 22.84%
B = 50.43%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C6AEA (or 0x7C6AEA) is known color: Medium Slate Blue. HEX triplet: 7C, 6A and EA. RGB value is (124,106,234). Sum of RGB (Red+Green+Blue) = 124+106+234=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C6AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6AEA is #839515. Grayscale: #7D7D7D. Windows color (decimal): -8623382 or 15362684. OLE color: 15362684.

HSL color Cylindrical-coordinate representation of color #7C6AEA: hue angle of 248.44º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C6AEA is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 106 234 -
CMYK 0.47 0.55 0 0.08
HSL 248.44º 0.75% 0.67% -
HSV(B) 248.44º 0.55% 0.92% -
XYZ 28.32 20.53 80.31 -
YUV 125.97 188.96 126.59 -
System Red Green Blue C M Y K H S L
Decimal 124 106 234 0.47 0.55 0 0.08 248.44 0.75 0.67
Hex 7C 6A EA 2F 37 0 8 F8 4B 43
Octal 174 152 352 57 67 0 10 370 113 103
Binary 1111100 1101010 11101010 101111 110111 0 1000 11111000 1001011 1000011

Color Harmonies of #7C6AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6AEA

Black with #7C6AEA

Text Example


Text Example

White with #7C6AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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