#7E5799

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

Shades of Studio #7E5799

Tints of Studio #7E5799

Color information

#7E5799 (or 0x7E5799) is unknown color: approx Studio. HEX triplet: 7E, 57 and 99. RGB value is (126,87,153). Sum of RGB (Red+Green+Blue) = 126+87+153=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E5799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5799 is #81A866. Grayscale: #696969. Windows color (decimal): -8497255 or 10049406. OLE color: 10049406.

HSL color Cylindrical-coordinate representation of color #7E5799: hue angle of 275.45º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E5799 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12687153-
CMYK0.180.4300.4
HSL275.45º27.5%47.06%-
HSV(B)275.45º43.14%60%-
XYZ17.7613.5531.82-
YUV106.18154.42142.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.43%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 153 (60.16% from 255) = 41.80%
R=34.43%
G=23.77%
B=41.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal126871530.180.4300.4275.4527.547.06
Hex7E5799122B0281131b2f
Octal17612723122530504233357
Binary111111010101111001100110010101011010100010001001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,87,153); }

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

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

 a { background-color: rgb(126,87,153); }

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

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

 span { border-color: rgb(126,87,153); }

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