#82579C

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

Shades of Studio #82579C

Tints of Studio #82579C

Color information

#82579C (or 0x82579C) is unknown color: approx Studio. HEX triplet: 82, 57 and 9C. RGB value is (130,87,156). Sum of RGB (Red+Green+Blue) = 130+87+156=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #82579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82579C is #7DA863. Grayscale: #6B6B6B. Windows color (decimal): -8235108 or 10246018. OLE color: 10246018.

HSL color Cylindrical-coordinate representation of color #82579C: hue angle of 277.39º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82579C is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13087156-
CMYK0.170.4400.39
HSL277.39º28.4%47.65%-
HSV(B)277.39º44.23%61.18%-
XYZ18.6113.9633.17-
YUV107.72155.25143.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 156 (61.33% from 255) = 41.82%
R=34.85%
G=23.32%
B=41.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130871560.170.4400.39277.3928.447.65
Hex82579C112C0271151c30
Octal20212723421540474253460
Binary1000001010101111001110010001101100010011110001010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82579C; }

 p { color: rgb(130,87,156); }

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

<style>
 a { background-color: #82579C; }

 a { background-color: rgb(130,87,156); }

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

<style>
 span { border-color: #82579C; }

 span { border-color: rgb(130,87,156); }

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