#7E5E9F

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

Shades of Studio #7E5E9F

Tints of Studio #7E5E9F

Color information

#7E5E9F (or 0x7E5E9F) is unknown color: approx Studio. HEX triplet: 7E, 5E and 9F. RGB value is (126,94,159). Sum of RGB (Red+Green+Blue) = 126+94+159=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E5E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5E9F is #81A160. Grayscale: #6E6E6E. Windows color (decimal): -8495457 or 10444414. OLE color: 10444414.

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

Color convert

RGB12694159-
CMYK0.210.4100.38
HSL269.54º25.69%49.61%-
HSV(B)269.54º40.88%62.35%-
XYZ18.8614.9434.69-
YUV110.98155.1138.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.25%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 159 (62.5% from 255) = 41.95%
R=33.25%
G=24.80%
B=41.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126941590.210.4100.38269.5425.6949.61
Hex7E5E9F152902610e1a32
Octal17613623725510464163262
Binary111111010111101001111110101101001010011010000111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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