#82589B

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

Shades of Studio #82589B

Tints of Studio #82589B

Color information

#82589B (or 0x82589B) is unknown color: approx Studio. HEX triplet: 82, 58 and 9B. RGB value is (130,88,155). Sum of RGB (Red+Green+Blue) = 130+88+155=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #82589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82589B is #7DA764. Grayscale: #6B6B6B. Windows color (decimal): -8234853 or 10180738. OLE color: 10180738.

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

Color convert

RGB13088155-
CMYK0.160.4300.39
HSL277.61º27.57%47.65%-
HSV(B)277.61º43.23%60.78%-
XYZ18.6114.0932.75-
YUV108.2154.41143.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=34.85%
G=23.59%
B=41.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130881550.160.4300.39277.6127.5747.65
Hex82589B102B0271161c30
Octal20213023320530474263460
Binary1000001010110001001101110000101011010011110001011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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