Html Css Color HEX #7E5DA0 Studio

📋 copy color: '#7E5DA0'

red 126 ◦ green 93 ◦ blue 160

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

Shades of Studio #7E5DA0

Tints of Studio #7E5DA0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.54%

 BLUE value IS 160 (62.89% from 255) = 42.22%

R = 33.25%
G = 24.54%
B = 42.22%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7E5DA0 (or 0x7E5DA0) is known color: Studio. HEX triplet: 7E, 5D and A0. RGB value is (126,93,160). Sum of RGB (Red+Green+Blue) = 126+93+160=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 160 - color contains mainly: blue. Hex color #7E5DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5DA0 is #81A25F. Grayscale: #6E6E6E. Windows color (decimal): -8495712 or 10509694. OLE color: 10509694.

HSL color Cylindrical-coordinate representation of color #7E5DA0: hue angle of 269.55º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E5DA0 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 126 93 160 -
CMYK 0.21 0.42 0 0.37
HSL 269.55º 0.26% 0.5% -
HSV(B) 269.55º 0.42% 0.63% -
XYZ 18.86 14.8 35.12 -
YUV 110.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 126 93 160 0.21 0.42 0 0.37 269.55 0.26 0.5
Hex 7E 5D A0 15 2A 0 25 10E 1A 32
Octal 176 135 240 25 52 0 45 416 32 62
Binary 1111110 1011101 10100000 10101 101010 0 100101 100001110 11010 110010

Color Harmonies of #7E5DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5DA0

Black with #7E5DA0

Text Example


Text Example

White with #7E5DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,93,160); }

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

background-color css

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

 a { background-color: rgb(126,93,160); }

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

border-color css

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

 span { border-color: rgb(126,93,160); }

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