#7B5EA4

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

Shades of Studio #7B5EA4

Tints of Studio #7B5EA4

Color information

#7B5EA4 (or 0x7B5EA4) is unknown color: approx Studio. HEX triplet: 7B, 5E and A4. RGB value is (123,94,164). Sum of RGB (Red+Green+Blue) = 123+94+164=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 164 - color contains mainly: blue. Hex color #7B5EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5EA4 is #84A15B. Grayscale: #6E6E6E. Windows color (decimal): -8692060 or 10772091. OLE color: 10772091.

HSL color Cylindrical-coordinate representation of color #7B5EA4: hue angle of 264.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B5EA4 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12394164-
CMYK0.250.4300.36
HSL264.86º27.78%50.59%-
HSV(B)264.86º42.68%64.31%-
XYZ18.8714.937-
YUV110.65158.11136.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.28%
GREEN value IS 94 (37.11% from 255) = 24.67%
BLUE value IS 164 (64.45% from 255) = 43.04%
R=32.28%
G=24.67%
B=43.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123941640.250.4300.36264.8627.7850.59
Hex7B5EA4192B0241091c33
Octal17313624431530444113463
Binary111101110111101010010011001101011010010010000100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,94,164); }

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

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

 a { background-color: rgb(123,94,164); }

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

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

 span { border-color: rgb(123,94,164); }

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