#7B529A

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

Shades of Studio #7B529A

Tints of Studio #7B529A

Color information

#7B529A (or 0x7B529A) is unknown color: approx Studio. HEX triplet: 7B, 52 and 9A. RGB value is (123,82,154). Sum of RGB (Red+Green+Blue) = 123+82+154=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #7B529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B529A is #84AD65. Grayscale: #666666. Windows color (decimal): -8695142 or 10113659. OLE color: 10113659.

HSL color Cylindrical-coordinate representation of color #7B529A: hue angle of 274.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B529A is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12382154-
CMYK0.200.4700.40
HSL274.17º30.51%46.27%-
HSV(B)274.17º46.75%60.39%-
XYZ17.0212.5832.1-
YUV102.47157.08142.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.26%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 154 (60.55% from 255) = 42.90%
R=34.26%
G=22.84%
B=42.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal123821540.200.4700.40274.1730.5146.27
Hex7B529A142F0281121f2e
Octal17312223224570504223756
Binary111101110100101001101010100101111010100010001001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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