#7E4DBB

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

Shades of Studio #7E4DBB

Tints of Studio #7E4DBB

Color information

#7E4DBB (or 0x7E4DBB) is unknown color: approx Studio. HEX triplet: 7E, 4D and BB. RGB value is (126,77,187). Sum of RGB (Red+Green+Blue) = 126+77+187=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E4DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4DBB is #81B244. Grayscale: #676767. Windows color (decimal): -8499781 or 12275070. OLE color: 12275070.

HSL color Cylindrical-coordinate representation of color #7E4DBB: hue angle of 266.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E4DBB is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12677187-
CMYK0.330.5900.27
HSL266.73º44.72%51.76%-
HSV(B)266.73º58.82%73.33%-
XYZ20.2313.3348.52-
YUV104.19174.73143.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.31%
GREEN value IS 77 (30.47% from 255) = 19.74%
BLUE value IS 187 (73.44% from 255) = 47.95%
R=32.31%
G=19.74%
B=47.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126771870.330.5900.27266.7344.7251.76
Hex7E4DBB213B01B10b2d34
Octal17611527341730334135564
Binary1111110100110110111011100001111011011011100001011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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