#804BBA

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

Shades of Studio #804BBA

Tints of Studio #804BBA

Color information

#804BBA (or 0x804BBA) is unknown color: approx Studio. HEX triplet: 80, 4B and BA. RGB value is (128,75,186). Sum of RGB (Red+Green+Blue) = 128+75+186=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #804BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BBA is #7FB445. Grayscale: #676767. Windows color (decimal): -8369222 or 12209024. OLE color: 12209024.

HSL color Cylindrical-coordinate representation of color #804BBA: hue angle of 268.65º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #804BBA is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12875186-
CMYK0.310.6000.27
HSL268.65º44.58%51.18%-
HSV(B)268.65º59.68%72.94%-
XYZ20.2813.1747.93-
YUV103.5174.56145.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.90%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=32.90%
G=19.28%
B=47.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128751860.310.6000.27268.6544.5851.18
Hex804BBA1F3C01B10d2d33
Octal20011327237740334155563
Binary1000000010010111011101011111111100011011100001101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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