#8459AB

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

Shades of Studio #8459AB

Tints of Studio #8459AB

Color information

#8459AB (or 0x8459AB) is unknown color: approx Studio. HEX triplet: 84, 59 and AB. RGB value is (132,89,171). Sum of RGB (Red+Green+Blue) = 132+89+171=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #8459AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8459AB is #7BA654. Grayscale: #6E6E6E. Windows color (decimal): -8103509 or 11229572. OLE color: 11229572.

HSL color Cylindrical-coordinate representation of color #8459AB: hue angle of 271.46º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8459AB is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13289171-
CMYK0.230.4800.33
HSL271.46º32.8%50.98%-
HSV(B)271.46º47.95%67.06%-
XYZ20.4414.9940.34-
YUV111.2161.75142.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.67%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=33.67%
G=22.70%
B=43.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132891710.230.4800.33271.4632.850.98
Hex8459AB173002110f2133
Octal20413125327600414174163
Binary10000100101100110101011101111100000100001100001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8459AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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