#7E559D

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

Shades of Studio #7E559D

Tints of Studio #7E559D

Color information

#7E559D (or 0x7E559D) is unknown color: approx Studio. HEX triplet: 7E, 55 and 9D. RGB value is (126,85,157). Sum of RGB (Red+Green+Blue) = 126+85+157=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E559D is #81AA62. Grayscale: #696969. Windows color (decimal): -8497763 or 10311038. OLE color: 10311038.

HSL color Cylindrical-coordinate representation of color #7E559D: hue angle of 274.17º 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 #7E559D is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12685157-
CMYK0.200.4600.38
HSL274.17º29.75%47.45%-
HSV(B)274.17º45.86%61.57%-
XYZ17.9413.3733.53-
YUV105.47157.08142.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.24%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 157 (61.72% from 255) = 42.66%
R=34.24%
G=23.10%
B=42.66%

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
Decimal126851570.200.4600.38274.1729.7547.45
Hex7E559D142E0261121e2f
Octal17612523524560464223657
Binary111111010101011001110110100101110010011010001001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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