#8459AC

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

Shades of Studio #8459AC

Tints of Studio #8459AC

Color information

#8459AC (or 0x8459AC) is unknown color: approx Studio. HEX triplet: 84, 59 and AC. RGB value is (132,89,172). Sum of RGB (Red+Green+Blue) = 132+89+172=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #8459AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8459AC is #7BA653. Grayscale: #6F6F6F. Windows color (decimal): -8103508 or 11295108. OLE color: 11295108.

HSL color Cylindrical-coordinate representation of color #8459AC: hue angle of 271.08º 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 #8459AC is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13289172-
CMYK0.230.4800.33
HSL271.08º33.33%51.18%-
HSV(B)271.08º48.26%67.45%-
XYZ20.5315.0340.85-
YUV111.32162.25142.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 89 (35.16% from 255) = 22.65%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=33.59%
G=22.65%
B=43.77%

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
Decimal132891720.230.4800.33271.0833.3351.18
Hex8459AC173002110f2133
Octal20413125427600414174163
Binary10000100101100110101100101111100000100001100001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8459AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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