Html Css Color HEX #7E529F Studio

📋 copy color: '#7E529F'

red 126 ◦ green 82 ◦ blue 159

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

Shades of Studio #7E529F

Tints of Studio #7E529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.34%

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 34.33%
G = 22.34%
B = 43.32%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E529F (or 0x7E529F) is known color: Studio. HEX triplet: 7E, 52 and 9F. RGB value is (126,82,159). Sum of RGB (Red+Green+Blue) = 126+82+159=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E529F is #81AD60. Grayscale: #676767. Windows color (decimal): -8498529 or 10441342. OLE color: 10441342.

HSL color Cylindrical-coordinate representation of color #7E529F: hue angle of 274.29º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E529F is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 82 159 -
CMYK 0.21 0.48 0 0.38
HSL 274.29º 0.32% 0.47% -
HSV(B) 274.29º 0.48% 0.62% -
XYZ 17.88 12.97 34.36 -
YUV 103.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 126 82 159 0.21 0.48 0 0.38 274.29 0.32 0.47
Hex 7E 52 9F 15 30 0 26 112 20 2F
Octal 176 122 237 25 60 0 46 422 40 57
Binary 1111110 1010010 10011111 10101 110000 0 100110 100010010 100000 101111

Color Harmonies of #7E529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E529F

Black with #7E529F

Text Example


Text Example

White with #7E529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,82,159); }

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

background-color css

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

 a { background-color: rgb(126,82,159); }

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

border-color css

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

 span { border-color: rgb(126,82,159); }

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