#804BAC

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

Shades of Studio #804BAC

Tints of Studio #804BAC

Color information

#804BAC (or 0x804BAC) is unknown color: approx Studio. HEX triplet: 80, 4B and AC. RGB value is (128,75,172). Sum of RGB (Red+Green+Blue) = 128+75+172=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #804BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804BAC is #7FB453. Grayscale: #656565. Windows color (decimal): -8369236 or 11291520. OLE color: 11291520.

HSL color Cylindrical-coordinate representation of color #804BAC: hue angle of 272.78º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #804BAC is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12875172-
CMYK0.260.5600.33
HSL272.78º39.27%48.43%-
HSV(B)272.78º56.4%67.45%-
XYZ18.8612.640.47-
YUV101.9167.56146.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.13%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=34.13%
G=20%
B=45.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128751720.260.5600.33272.7839.2748.43
Hex804BAC1A380211112730
Octal20011325432700414214760
Binary10000000100101110101100110101110000100001100010001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,75,172); }

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

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

 a { background-color: rgb(128,75,172); }

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

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

 span { border-color: rgb(128,75,172); }

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