Html Css Color HEX #7C7AE7 Medium Slate Blue

📋 copy color: '#7C7AE7'

red 124 ◦ green 122 ◦ blue 231

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

Shades of Medium Slate Blue #7C7AE7

Tints of Medium Slate Blue #7C7AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.43%

R = 26%
G = 25.58%
B = 48.43%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7C7AE7 (or 0x7C7AE7) is known color: Medium Slate Blue. HEX triplet: 7C, 7A and E7. RGB value is (124,122,231). Sum of RGB (Red+Green+Blue) = 124+122+231=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #7C7AE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C7AE7 is #838518. Grayscale: #868686. Windows color (decimal): -8619289 or 15170172. OLE color: 15170172.

HSL color Cylindrical-coordinate representation of color #7C7AE7: hue angle of 241.1º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C7AE7 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 124 122 231 -
CMYK 0.46 0.47 0 0.09
HSL 241.1º 0.69% 0.69% -
HSV(B) 241.1º 0.47% 0.91% -
XYZ 29.7 23.97 78.66 -
YUV 135.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 124 122 231 0.46 0.47 0 0.09 241.1 0.69 0.69
Hex 7C 7A E7 2E 2F 0 9 F1 45 45
Octal 174 172 347 56 57 0 11 361 105 105
Binary 1111100 1111010 11100111 101110 101111 0 1001 11110001 1000101 1000101

Color Harmonies of #7C7AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7AE7

Black with #7C7AE7

Text Example


Text Example

White with #7C7AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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