#804EB4

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

Shades of Studio #804EB4

Tints of Studio #804EB4

Color information

#804EB4 (or 0x804EB4) is unknown color: approx Studio. HEX triplet: 80, 4E and B4. RGB value is (128,78,180). Sum of RGB (Red+Green+Blue) = 128+78+180=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #804EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EB4 is #7FB14B. Grayscale: #686868. Windows color (decimal): -8368460 or 11816576. OLE color: 11816576.

HSL color Cylindrical-coordinate representation of color #804EB4: hue angle of 269.41º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #804EB4 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12878180-
CMYK0.290.5700.29
HSL269.41º40.48%50.59%-
HSV(B)269.41º56.67%70.59%-
XYZ19.8613.3344.71-
YUV104.58170.56144.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 180 (70.70% from 255) = 46.63%
R=33.16%
G=20.21%
B=46.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128781800.290.5700.29269.4140.4850.59
Hex804EB41D3901D10d2833
Octal20011626435710354155063
Binary1000000010011101011010011101111001011101100001101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,78,180); }

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

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

 a { background-color: rgb(128,78,180); }

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

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

 span { border-color: rgb(128,78,180); }

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