#8459A4

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

Shades of Studio #8459A4

Tints of Studio #8459A4

Color information

#8459A4 (or 0x8459A4) is unknown color: approx Studio. HEX triplet: 84, 59 and A4. RGB value is (132,89,164). Sum of RGB (Red+Green+Blue) = 132+89+164=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #8459A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8459A4 is #7BA65B. Grayscale: #6E6E6E. Windows color (decimal): -8103516 or 10770820. OLE color: 10770820.

HSL color Cylindrical-coordinate representation of color #8459A4: hue angle of 274.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8459A4 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13289164-
CMYK0.200.4600.36
HSL274.4º29.64%49.61%-
HSV(B)274.4º45.73%64.31%-
XYZ19.7914.7336.92-
YUV110.41158.25143.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 164 (64.45% from 255) = 42.60%
R=34.29%
G=23.12%
B=42.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132891640.200.4600.36274.429.6449.61
Hex8459A4142E0241121e32
Octal20413124424560444223662
Binary1000010010110011010010010100101110010010010001001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8459A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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