#804FB0

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

Shades of Studio #804FB0

Tints of Studio #804FB0

Color information

#804FB0 (or 0x804FB0) is unknown color: approx Studio. HEX triplet: 80, 4F and B0. RGB value is (128,79,176). Sum of RGB (Red+Green+Blue) = 128+79+176=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 176 - color contains mainly: blue. Hex color #804FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804FB0 is #7FB04F. Grayscale: #686868. Windows color (decimal): -8368208 or 11554688. OLE color: 11554688.

HSL color Cylindrical-coordinate representation of color #804FB0: hue angle of 270.31º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804FB0 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12879176-
CMYK0.270.5500.31
HSL270.31º38.04%50%-
HSV(B)270.31º55.11%69.02%-
XYZ19.5313.3242.61-
YUV104.71168.23144.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 79 (31.25% from 255) = 20.63%
BLUE value IS 176 (69.14% from 255) = 45.95%
R=33.42%
G=20.63%
B=45.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128791760.270.5500.31270.3138.0450
Hex804FB01B3701F10e2632
Octal20011726033670374164662
Binary1000000010011111011000011011110111011111100001110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,79,176); }

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

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

 a { background-color: rgb(128,79,176); }

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

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

 span { border-color: rgb(128,79,176); }

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