#7B539D

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

Shades of Studio #7B539D

Tints of Studio #7B539D

Color information

#7B539D (or 0x7B539D) is unknown color: approx Studio. HEX triplet: 7B, 53 and 9D. RGB value is (123,83,157). Sum of RGB (Red+Green+Blue) = 123+83+157=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B539D is #84AC62. Grayscale: #676767. Windows color (decimal): -8694883 or 10310523. OLE color: 10310523.

HSL color Cylindrical-coordinate representation of color #7B539D: hue angle of 272.43º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B539D is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12383157-
CMYK0.220.4700.38
HSL272.43º30.83%47.06%-
HSV(B)272.43º47.13%61.57%-
XYZ17.3512.8333.46-
YUV103.4158.25141.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.88%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=33.88%
G=22.87%
B=43.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123831570.220.4700.38272.4330.8347.06
Hex7B539D162F0261101f2f
Octal17312323526570464203757
Binary111101110100111001110110110101111010011010001000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B539D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,83,157); }

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

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

 a { background-color: rgb(123,83,157); }

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

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

 span { border-color: rgb(123,83,157); }

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