#7E4F9D

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

Shades of Studio #7E4F9D

Tints of Studio #7E4F9D

Color information

#7E4F9D (or 0x7E4F9D) is unknown color: approx Studio. HEX triplet: 7E, 4F and 9D. RGB value is (126,79,157). Sum of RGB (Red+Green+Blue) = 126+79+157=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E4F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E4F9D is #81B062. Grayscale: #656565. Windows color (decimal): -8499299 or 10309502. OLE color: 10309502.

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

Color convert

RGB12679157-
CMYK0.200.5000.38
HSL276.15º33.05%46.27%-
HSV(B)276.15º49.68%61.57%-
XYZ17.4912.4633.38-
YUV101.94159.07145.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.81%
GREEN value IS 79 (31.25% from 255) = 21.82%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=34.81%
G=21.82%
B=43.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126791570.200.5000.38276.1533.0546.27
Hex7E4F9D1432026114212e
Octal17611723524620464244156
Binary1111110100111110011101101001100100100110100010100100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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