Html Css Color HEX #7E509E Studio

📋 copy color: '#7E509E'

red 126 ◦ green 80 ◦ blue 158

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

Shades of Studio #7E509E

Tints of Studio #7E509E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.98%

 BLUE value IS 158 (62.11% from 255) = 43.41%

R = 34.62%
G = 21.98%
B = 43.41%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E509E (or 0x7E509E) is known color: Studio. HEX triplet: 7E, 50 and 9E. RGB value is (126,80,158). Sum of RGB (Red+Green+Blue) = 126+80+158=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E509E is #81AF61. Grayscale: #666666. Windows color (decimal): -8499042 or 10375294. OLE color: 10375294.

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

Color convert

RGB 126 80 158 -
CMYK 0.20 0.49 0 0.38
HSL 275.38º 0.33% 0.47% -
HSV(B) 275.38º 0.49% 0.62% -
XYZ 17.64 12.64 33.86 -
YUV 102.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 126 80 158 0.20 0.49 0 0.38 275.38 0.33 0.47
Hex 7E 50 9E 14 31 0 26 113 21 2F
Octal 176 120 236 24 61 0 46 423 41 57
Binary 1111110 1010000 10011110 10100 110001 0 100110 100010011 100001 101111

Color Harmonies of #7E509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E509E

Black with #7E509E

Text Example


Text Example

White with #7E509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,80,158); }

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

background-color css

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

 a { background-color: rgb(126,80,158); }

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

border-color css

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

 span { border-color: rgb(126,80,158); }

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