Html Css Color HEX #7E489E Studio

📋 copy color: '#7E489E'

red 126 ◦ green 72 ◦ blue 158

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

Shades of Studio #7E489E

Tints of Studio #7E489E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

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

R = 35.39%
G = 20.22%
B = 44.38%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E489E (or 0x7E489E) is known color: Studio. HEX triplet: 7E, 48 and 9E. RGB value is (126,72,158). Sum of RGB (Red+Green+Blue) = 126+72+158=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E489E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E489E is #81B761. Grayscale: #616161. Windows color (decimal): -8501090 or 10373246. OLE color: 10373246.

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

Color convert

RGB 126 72 158 -
CMYK 0.20 0.54 0 0.38
HSL 277.67º 0.37% 0.45% -
HSV(B) 277.67º 0.54% 0.62% -
XYZ 17.09 11.54 33.67 -
YUV 97.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 126 72 158 0.20 0.54 0 0.38 277.67 0.37 0.45
Hex 7E 48 9E 14 36 0 26 116 25 2D
Octal 176 110 236 24 66 0 46 426 45 55
Binary 1111110 1001000 10011110 10100 110110 0 100110 100010110 100101 101101

Color Harmonies of #7E489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E489E

Black with #7E489E

Text Example


Text Example

White with #7E489E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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