#7E4DB0

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

Shades of Studio #7E4DB0

Tints of Studio #7E4DB0

Color information

#7E4DB0 (or 0x7E4DB0) is unknown color: approx Studio. HEX triplet: 7E, 4D and B0. RGB value is (126,77,176). Sum of RGB (Red+Green+Blue) = 126+77+176=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 176 - color contains mainly: blue. Hex color #7E4DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E4DB0 is #81B24F. Grayscale: #666666. Windows color (decimal): -8499792 or 11554174. OLE color: 11554174.

HSL color Cylindrical-coordinate representation of color #7E4DB0: hue angle of 269.7º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E4DB0 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12677176-
CMYK0.280.5600.31
HSL269.7º39.13%49.61%-
HSV(B)269.7º56.25%69.02%-
XYZ19.0912.8842.55-
YUV102.94169.23144.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.25%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 176 (69.14% from 255) = 46.44%
R=33.25%
G=20.32%
B=46.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126771760.280.5600.31269.739.1349.61
Hex7E4DB01C3801F10e2732
Octal17611526034700374164762
Binary111111010011011011000011100111000011111100001110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,77,176); }

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

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

 a { background-color: rgb(126,77,176); }

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

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

 span { border-color: rgb(126,77,176); }

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