#86529F

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

Shades of Studio #86529F

Tints of Studio #86529F

Color information

#86529F (or 0x86529F) is unknown color: approx Studio. HEX triplet: 86, 52 and 9F. RGB value is (134,82,159). Sum of RGB (Red+Green+Blue) = 134+82+159=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #86529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86529F is #79AD60. Grayscale: #6A6A6A. Windows color (decimal): -7974241 or 10441350. OLE color: 10441350.

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

Color convert

RGB13482159-
CMYK0.160.4800.38
HSL280.52º31.95%47.25%-
HSV(B)280.52º48.43%62.35%-
XYZ19.1113.6134.42-
YUV106.33157.73147.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=35.73%
G=21.87%
B=42.4%

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
Decimal134821590.160.4800.38280.5231.9547.25
Hex86529F1030026119202f
Octal20612223720600464314057
Binary10000110101001010011111100001100000100110100011001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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