#804DA4

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

Shades of Studio #804DA4

Tints of Studio #804DA4

Color information

#804DA4 (or 0x804DA4) is unknown color: approx Studio. HEX triplet: 80, 4D and A4. RGB value is (128,77,164). Sum of RGB (Red+Green+Blue) = 128+77+164=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #804DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804DA4 is #7FB25B. Grayscale: #656565. Windows color (decimal): -8368732 or 10767744. OLE color: 10767744.

HSL color Cylindrical-coordinate representation of color #804DA4: hue angle of 275.17º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #804DA4 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12877164-
CMYK0.220.5300.36
HSL275.17º36.1%47.25%-
HSV(B)275.17º53.05%64.31%-
XYZ18.2612.5836.59-
YUV102.17162.9146.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 164 (64.45% from 255) = 44.44%
R=34.69%
G=20.87%
B=44.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128771640.220.5300.36275.1736.147.25
Hex804DA41635024113242f
Octal20011524426650444234457
Binary10000000100110110100100101101101010100100100010011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,77,164); }

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

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

 a { background-color: rgb(128,77,164); }

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

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

 span { border-color: rgb(128,77,164); }

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