#87529F

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

Shades of Studio #87529F

Tints of Studio #87529F

Color information

#87529F (or 0x87529F) is unknown color: approx Studio. HEX triplet: 87, 52 and 9F. RGB value is (135,82,159). Sum of RGB (Red+Green+Blue) = 135+82+159=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #87529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87529F is #78AD60. Grayscale: #6A6A6A. Windows color (decimal): -7908705 or 10441351. OLE color: 10441351.

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

Color convert

RGB13582159-
CMYK0.150.4800.38
HSL281.3º31.95%47.25%-
HSV(B)281.3º48.43%62.35%-
XYZ19.2713.6934.43-
YUV106.62157.56148.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.90%
GREEN value IS 82 (32.42% from 255) = 21.81%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=35.90%
G=21.81%
B=42.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135821590.150.4800.38281.331.9547.25
Hex87529FF30026119202f
Octal20712223717600464314057
Binary1000011110100101001111111111100000100110100011001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87529F; }

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

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

<style>
 a { background-color: #87529F; }

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

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

<style>
 span { border-color: #87529F; }

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

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