#84529C

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

Shades of Studio #84529C

Tints of Studio #84529C

Color information

#84529C (or 0x84529C) is unknown color: approx Studio. HEX triplet: 84, 52 and 9C. RGB value is (132,82,156). Sum of RGB (Red+Green+Blue) = 132+82+156=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #84529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84529C is #7BAD63. Grayscale: #696969. Windows color (decimal): -8105316 or 10244740. OLE color: 10244740.

HSL color Cylindrical-coordinate representation of color #84529C: hue angle of 280.54º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84529C is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13282156-
CMYK0.150.4700.39
HSL280.54º31.09%46.67%-
HSV(B)280.54º47.44%61.18%-
XYZ18.5313.3433.05-
YUV105.39156.56146.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=35.68%
G=22.16%
B=42.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132821560.150.4700.39280.5431.0946.67
Hex84529CF2F0271191f2f
Octal20412223417570474313757
Binary100001001010010100111001111101111010011110001100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84529C; }

 p { color: rgb(132,82,156); }

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

<style>
 a { background-color: #84529C; }

 a { background-color: rgb(132,82,156); }

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

<style>
 span { border-color: #84529C; }

 span { border-color: rgb(132,82,156); }

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