#7B529F

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

Shades of Studio #7B529F

Tints of Studio #7B529F

Color information

#7B529F (or 0x7B529F) is unknown color: approx Studio. HEX triplet: 7B, 52 and 9F. RGB value is (123,82,159). Sum of RGB (Red+Green+Blue) = 123+82+159=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B529F is #84AD60. Grayscale: #666666. Windows color (decimal): -8695137 or 10441339. OLE color: 10441339.

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

Color convert

RGB12382159-
CMYK0.230.4800.38
HSL271.95º31.95%47.25%-
HSV(B)271.95º48.43%62.35%-
XYZ17.4412.7534.34-
YUV103.04159.58142.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.79%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=33.79%
G=22.53%
B=43.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123821590.230.4800.38271.9531.9547.25
Hex7B529F1730026110202f
Octal17312223727600464204057
Binary1111011101001010011111101111100000100110100010000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,82,159); }

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

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

 a { background-color: rgb(123,82,159); }

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

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

 span { border-color: rgb(123,82,159); }

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