#804CA5

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

Shades of Studio #804CA5

Tints of Studio #804CA5

Color information

#804CA5 (or 0x804CA5) is unknown color: approx Studio. HEX triplet: 80, 4C and A5. RGB value is (128,76,165). Sum of RGB (Red+Green+Blue) = 128+76+165=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 165 - color contains mainly: blue. Hex color #804CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804CA5 is #7FB35A. Grayscale: #656565. Windows color (decimal): -8368987 or 10833024. OLE color: 10833024.

HSL color Cylindrical-coordinate representation of color #804CA5: hue angle of 275.06º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #804CA5 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12876165-
CMYK0.220.5400.35
HSL275.06º36.93%47.25%-
HSV(B)275.06º53.94%64.71%-
XYZ18.2812.4737.04-
YUV101.69163.73146.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 165 (64.84% from 255) = 44.72%
R=34.69%
G=20.60%
B=44.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128761650.220.5400.35275.0636.9347.25
Hex804CA51636023113252f
Octal20011424526660434234557
Binary10000000100110010100101101101101100100011100010011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804CA5; }

 p { color: rgb(128,76,165); }

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

<style>
 a { background-color: #804CA5; }

 a { background-color: rgb(128,76,165); }

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

<style>
 span { border-color: #804CA5; }

 span { border-color: rgb(128,76,165); }

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