#7E549D

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

Shades of Studio #7E549D

Tints of Studio #7E549D

Color information

#7E549D (or 0x7E549D) is unknown color: approx Studio. HEX triplet: 7E, 54 and 9D. RGB value is (126,84,157). Sum of RGB (Red+Green+Blue) = 126+84+157=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E549D is #81AB62. Grayscale: #686868. Windows color (decimal): -8498019 or 10310782. OLE color: 10310782.

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

Color convert

RGB12684157-
CMYK0.200.4600.38
HSL274.52º30.29%47.25%-
HSV(B)274.52º46.5%61.57%-
XYZ17.8613.2133.51-
YUV104.88157.41143.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.33%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=34.33%
G=22.89%
B=42.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126841570.200.4600.38274.5230.2947.25
Hex7E549D142E0261131e2f
Octal17612423524560464233657
Binary111111010101001001110110100101110010011010001001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,84,157); }

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

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

 a { background-color: rgb(126,84,157); }

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

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

 span { border-color: rgb(126,84,157); }

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