#804BBE

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

Shades of Studio #804BBE

Tints of Studio #804BBE

Color information

#804BBE (or 0x804BBE) is unknown color: approx Studio. HEX triplet: 80, 4B and BE. RGB value is (128,75,190). Sum of RGB (Red+Green+Blue) = 128+75+190=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #804BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BBE is #7FB441. Grayscale: #676767. Windows color (decimal): -8369218 or 12471168. OLE color: 12471168.

HSL color Cylindrical-coordinate representation of color #804BBE: hue angle of 267.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #804BBE is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12875190-
CMYK0.330.6100.25
HSL267.65º46.94%51.96%-
HSV(B)267.65º60.53%74.51%-
XYZ20.7113.3450.2-
YUV103.96176.56145.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.57%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=32.57%
G=19.08%
B=48.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128751900.330.6100.25267.6546.9451.96
Hex804BBE213D01910c2f34
Octal20011327641750314145764
Binary10000000100101110111110100001111101011001100001100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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