#804DA5

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

Shades of Studio #804DA5

Tints of Studio #804DA5

Color information

#804DA5 (or 0x804DA5) is unknown color: approx Studio. HEX triplet: 80, 4D and A5. RGB value is (128,77,165). Sum of RGB (Red+Green+Blue) = 128+77+165=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 165 - color contains mainly: blue. Hex color #804DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804DA5 is #7FB25A. Grayscale: #656565. Windows color (decimal): -8368731 or 10833280. OLE color: 10833280.

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

Color convert

RGB12877165-
CMYK0.220.5300.35
HSL274.77º36.36%47.45%-
HSV(B)274.77º53.33%64.71%-
XYZ18.3512.6137.06-
YUV102.28163.4146.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 165 (64.84% from 255) = 44.59%
R=34.59%
G=20.81%
B=44.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128771650.220.5300.35274.7736.3647.45
Hex804DA51635023113242f
Octal20011524526650434234457
Binary10000000100110110100101101101101010100011100010011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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