#804BB1

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

Shades of Studio #804BB1

Tints of Studio #804BB1

Color information

#804BB1 (or 0x804BB1) is unknown color: approx Studio. HEX triplet: 80, 4B and B1. RGB value is (128,75,177). Sum of RGB (Red+Green+Blue) = 128+75+177=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #804BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804BB1 is #7FB44E. Grayscale: #666666. Windows color (decimal): -8369231 or 11619200. OLE color: 11619200.

HSL color Cylindrical-coordinate representation of color #804BB1: hue angle of 271.18º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #804BB1 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12875177-
CMYK0.280.5800.31
HSL271.18º40.48%49.41%-
HSV(B)271.18º57.63%69.41%-
XYZ19.3512.843.04-
YUV102.48170.06146.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.68%
GREEN value IS 75 (29.69% from 255) = 19.74%
BLUE value IS 177 (69.53% from 255) = 46.58%
R=33.68%
G=19.74%
B=46.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128751770.280.5800.31271.1840.4849.41
Hex804BB11C3A01F10f2831
Octal20011326134720374175061
Binary1000000010010111011000111100111010011111100001111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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