#7E489B

Color #7E489B Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7E489B

Tints of Studio #7E489B

Color information

#7E489B (or 0x7E489B) is unknown color: approx Studio. HEX triplet: 7E, 48 and 9B. RGB value is (126,72,155). Sum of RGB (Red+Green+Blue) = 126+72+155=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E489B is #81B764. Grayscale: #616161. Windows color (decimal): -8501093 or 10176638. OLE color: 10176638.

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

Color convert

RGB12672155-
CMYK0.190.5400.39
HSL279.04º36.56%44.51%-
HSV(B)279.04º53.55%60.78%-
XYZ16.8411.4432.33-
YUV97.61160.39148.25-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.69%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=35.69%
G=20.40%
B=43.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126721550.190.5400.39279.0436.5644.51
Hex7E489B1336027117252d
Octal17611023323660474274555
Binary1111110100100010011011100111101100100111100010111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E489B;
 }
 .AnyTagClassName
 {
   color: #7E489B;
 }
</style>
background-color css

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

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

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

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

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

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