Html Css Color HEX #82529D Studio

📋 copy color: '#82529D'

red 130 ◦ green 82 ◦ blue 157

#82529D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #82529D

Tints of Studio #82529D

RGB

 RED value IS 130 (51.17% from 255) = 35.23%

 GREEN value IS 82 (32.42% from 255) = 22.22%

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 35.23%
G = 22.22%
B = 42.55%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82529D (or 0x82529D) is known color: Studio. HEX triplet: 82, 52 and 9D. RGB value is (130,82,157). Sum of RGB (Red+Green+Blue) = 130+82+157=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #82529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82529D is #7DAD62. Grayscale: #686868. Windows color (decimal): -8236387 or 10310274. OLE color: 10310274.

HSL color Cylindrical-coordinate representation of color #82529D: hue angle of 278.4º degrees, saturation: 0.31, 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 #82529D is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 82 157 -
CMYK 0.17 0.48 0 0.38
HSL 278.4º 0.31% 0.47% -
HSV(B) 278.4º 0.48% 0.62% -
XYZ 18.31 13.21 33.48 -
YUV 104.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 130 82 157 0.17 0.48 0 0.38 278.4 0.31 0.47
Hex 82 52 9D 11 30 0 26 116 1F 2F
Octal 202 122 235 21 60 0 46 426 37 57
Binary 10000010 1010010 10011101 10001 110000 0 100110 100010110 11111 101111

Color Harmonies of #82529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82529D

Black with #82529D

Text Example


Text Example

White with #82529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82529D;
 }
 .AnyTagClassName
 {
   color: #82529D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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