#82529B

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

Shades of Studio #82529B

Tints of Studio #82529B

Color information

#82529B (or 0x82529B) is unknown color: approx Studio. HEX triplet: 82, 52 and 9B. RGB value is (130,82,155). Sum of RGB (Red+Green+Blue) = 130+82+155=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #82529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82529B is #7DAD64. Grayscale: #686868. Windows color (decimal): -8236389 or 10179202. OLE color: 10179202.

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

Color convert

RGB13082155-
CMYK0.160.4700.39
HSL279.45º30.8%46.47%-
HSV(B)279.45º47.1%60.78%-
XYZ18.1413.1532.59-
YUV104.67156.4146.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=35.42%
G=22.34%
B=42.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130821550.160.4700.39279.4530.846.47
Hex82529B102F0271171f2e
Octal20212223320570474273756
Binary1000001010100101001101110000101111010011110001011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82529B; }

 p { color: rgb(130,82,155); }

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

<style>
 a { background-color: #82529B; }

 a { background-color: rgb(130,82,155); }

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

<style>
 span { border-color: #82529B; }

 span { border-color: rgb(130,82,155); }

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