#84529E

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

Shades of Studio #84529E

Tints of Studio #84529E

Color information

#84529E (or 0x84529E) is unknown color: approx Studio. HEX triplet: 84, 52 and 9E. RGB value is (132,82,158). Sum of RGB (Red+Green+Blue) = 132+82+158=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #84529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84529E is #7BAD61. Grayscale: #696969. Windows color (decimal): -8105314 or 10375812. OLE color: 10375812.

HSL color Cylindrical-coordinate representation of color #84529E: hue angle of 279.47º 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 #84529E is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13282158-
CMYK0.160.4800.38
HSL279.47º31.67%47.06%-
HSV(B)279.47º48.1%61.96%-
XYZ18.713.4133.95-
YUV105.61157.56146.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 82 (32.42% from 255) = 22.04%
BLUE value IS 158 (62.11% from 255) = 42.47%
R=35.48%
G=22.04%
B=42.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132821580.160.4800.38279.4731.6747.06
Hex84529E1030026117202f
Octal20412223620600464274057
Binary10000100101001010011110100001100000100110100010111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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