#7E489F

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

Shades of Studio #7E489F

Tints of Studio #7E489F

Color information

#7E489F (or 0x7E489F) is unknown color: approx Studio. HEX triplet: 7E, 48 and 9F. RGB value is (126,72,159). Sum of RGB (Red+Green+Blue) = 126+72+159=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E489F is #81B760. Grayscale: #616161. Windows color (decimal): -8501089 or 10438782. OLE color: 10438782.

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

Color convert

RGB12672159-
CMYK0.210.5500.38
HSL277.24º37.66%45.29%-
HSV(B)277.24º54.72%62.35%-
XYZ17.1811.5734.13-
YUV98.06162.39147.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.29%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 159 (62.5% from 255) = 44.54%
R=35.29%
G=20.17%
B=44.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126721590.210.5500.38277.2437.6645.29
Hex7E489F1537026115262d
Octal17611023725670464254655
Binary1111110100100010011111101011101110100110100010101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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