#7E489C

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

Shades of Studio #7E489C

Tints of Studio #7E489C

Color information

#7E489C (or 0x7E489C) is unknown color: approx Studio. HEX triplet: 7E, 48 and 9C. RGB value is (126,72,156). Sum of RGB (Red+Green+Blue) = 126+72+156=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E489C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E489C is #81B763. Grayscale: #616161. Windows color (decimal): -8501092 or 10242174. OLE color: 10242174.

HSL color Cylindrical-coordinate representation of color #7E489C: hue angle of 278.57º 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 #7E489C is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12672156-
CMYK0.190.5400.39
HSL278.57º36.84%44.71%-
HSV(B)278.57º53.85%61.18%-
XYZ16.9211.4732.77-
YUV97.72160.89148.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.59%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=35.59%
G=20.34%
B=44.07%

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
Decimal126721560.190.5400.39278.5736.8444.71
Hex7E489C1336027117252d
Octal17611023423660474274555
Binary1111110100100010011100100111101100100111100010111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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