#7B5BAE

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

Shades of Studio #7B5BAE

Tints of Studio #7B5BAE

Color information

#7B5BAE (or 0x7B5BAE) is unknown color: approx Studio. HEX triplet: 7B, 5B and AE. RGB value is (123,91,174). Sum of RGB (Red+Green+Blue) = 123+91+174=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B5BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5BAE is #84A451. Grayscale: #6D6D6D. Windows color (decimal): -8692818 or 11426683. OLE color: 11426683.

HSL color Cylindrical-coordinate representation of color #7B5BAE: hue angle of 263.13º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B5BAE is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12391174-
CMYK0.290.4800.32
HSL263.13º33.88%51.96%-
HSV(B)263.13º47.7%68.24%-
XYZ19.5514.7541.86-
YUV110.03164.1137.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.70%
GREEN value IS 91 (35.94% from 255) = 23.45%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=31.70%
G=23.45%
B=44.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123911740.290.4800.32263.1333.8851.96
Hex7B5BAE1D300201072234
Octal17313325635600404074264
Binary1111011101101110101110111011100000100000100000111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,91,174); }

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

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

 a { background-color: rgb(123,91,174); }

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

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

 span { border-color: rgb(123,91,174); }

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