Html Css Color HEX #7E5AAC Studio

📋 copy color: '#7E5AAC'

red 126 ◦ green 90 ◦ blue 172

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

Shades of Studio #7E5AAC

Tints of Studio #7E5AAC

RGB

 RED value IS 126 (49.61% from 255) = 32.47%

 GREEN value IS 90 (35.55% from 255) = 23.2%

 BLUE value IS 172 (67.58% from 255) = 44.33%

R = 32.47%
G = 23.2%
B = 44.33%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E5AAC (or 0x7E5AAC) is known color: Studio. HEX triplet: 7E, 5A and AC. RGB value is (126,90,172). Sum of RGB (Red+Green+Blue) = 126+90+172=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E5AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5AAC is #81A553. Grayscale: #6D6D6D. Windows color (decimal): -8496468 or 11295358. OLE color: 11295358.

HSL color Cylindrical-coordinate representation of color #7E5AAC: hue angle of 266.34º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E5AAC is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 90 172 -
CMYK 0.27 0.48 0 0.33
HSL 266.34º 0.33% 0.51% -
HSV(B) 266.34º 0.48% 0.67% -
XYZ 19.71 14.73 40.83 -
YUV 110.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 126 90 172 0.27 0.48 0 0.33 266.34 0.33 0.51
Hex 7E 5A AC 1B 30 0 21 10A 21 33
Octal 176 132 254 33 60 0 41 412 41 63
Binary 1111110 1011010 10101100 11011 110000 0 100001 100001010 100001 110011

Color Harmonies of #7E5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5AAC

Black with #7E5AAC

Text Example


Text Example

White with #7E5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,90,172); }

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

background-color css

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

 a { background-color: rgb(126,90,172); }

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

border-color css

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

 span { border-color: rgb(126,90,172); }

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