#82589E

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

Shades of Studio #82589E

Tints of Studio #82589E

Color information

#82589E (or 0x82589E) is unknown color: approx Studio. HEX triplet: 82, 58 and 9E. RGB value is (130,88,158). Sum of RGB (Red+Green+Blue) = 130+88+158=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #82589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82589E is #7DA761. Grayscale: #6C6C6C. Windows color (decimal): -8234850 or 10377346. OLE color: 10377346.

HSL color Cylindrical-coordinate representation of color #82589E: hue angle of 276º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82589E is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13088158-
CMYK0.180.4400.38
HSL276º28.46%48.24%-
HSV(B)276º44.3%61.96%-
XYZ18.8714.1934.09-
YUV108.54155.91143.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.57%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=34.57%
G=23.40%
B=42.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130881580.180.4400.3827628.4648.24
Hex82589E122C0261141c30
Octal20213023622540464243460
Binary1000001010110001001111010010101100010011010001010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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