#8459A7

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

Shades of Studio #8459A7

Tints of Studio #8459A7

Color information

#8459A7 (or 0x8459A7) is unknown color: approx Studio. HEX triplet: 84, 59 and A7. RGB value is (132,89,167). Sum of RGB (Red+Green+Blue) = 132+89+167=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 167 (65.62% from 255 or 43.04% from 388); Max value from RGB is 167 - color contains mainly: blue. Hex color #8459A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8459A7 is #7BA658. Grayscale: #6E6E6E. Windows color (decimal): -8103513 or 10967428. OLE color: 10967428.

HSL color Cylindrical-coordinate representation of color #8459A7: hue angle of 273.08º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8459A7 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13289167-
CMYK0.210.4700.35
HSL273.08º30.71%50.2%-
HSV(B)273.08º46.71%65.49%-
XYZ20.0614.8438.37-
YUV110.75159.75143.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.02%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 167 (65.62% from 255) = 43.04%
R=34.02%
G=22.94%
B=43.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132891670.210.4700.35273.0830.7150.2
Hex8459A7152F0231111f32
Octal20413124725570434213762
Binary1000010010110011010011110101101111010001110001000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8459A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8459A7; }

 p { color: rgb(132,89,167); }

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

<style>
 a { background-color: #8459A7; }

 a { background-color: rgb(132,89,167); }

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

<style>
 span { border-color: #8459A7; }

 span { border-color: rgb(132,89,167); }

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