Html Css Color HEX #7C7AE2 Medium Slate Blue

📋 copy color: '#7C7AE2'

red 124 ◦ green 122 ◦ blue 226

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

Shades of Medium Slate Blue #7C7AE2

Tints of Medium Slate Blue #7C7AE2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.85%

 BLUE value IS 226 (88.67% from 255) = 47.88%

R = 26.27%
G = 25.85%
B = 47.88%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7C7AE2 (or 0x7C7AE2) is known color: Medium Slate Blue. HEX triplet: 7C, 7A and E2. RGB value is (124,122,226). Sum of RGB (Red+Green+Blue) = 124+122+226=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 226 - color contains mainly: blue. Hex color #7C7AE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7AE2 is #83851D. Grayscale: #868686. Windows color (decimal): -8619294 or 14842492. OLE color: 14842492.

HSL color Cylindrical-coordinate representation of color #7C7AE2: hue angle of 241.15º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C7AE2 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 124 122 226 -
CMYK 0.45 0.46 0 0.11
HSL 241.15º 0.64% 0.68% -
HSV(B) 241.15º 0.46% 0.89% -
XYZ 29 23.7 75 -
YUV 134.45 179.66 120.54 -
System Red Green Blue C M Y K H S L
Decimal 124 122 226 0.45 0.46 0 0.11 241.15 0.64 0.68
Hex 7C 7A E2 2D 2E 0 B F1 40 44
Octal 174 172 342 55 56 0 13 361 100 104
Binary 1111100 1111010 11100010 101101 101110 0 1011 11110001 1000000 1000100

Color Harmonies of #7C7AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7AE2

Black with #7C7AE2

Text Example


Text Example

White with #7C7AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,122,226); }

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

background-color css

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

 a { background-color: rgb(124,122,226); }

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

border-color css

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

 span { border-color: rgb(124,122,226); }

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