#844DB2

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

Shades of Studio #844DB2

Tints of Studio #844DB2

Color information

#844DB2 (or 0x844DB2) is unknown color: approx Studio. HEX triplet: 84, 4D and B2. RGB value is (132,77,178). Sum of RGB (Red+Green+Blue) = 132+77+178=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #844DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844DB2 is #7BB24D. Grayscale: #686868. Windows color (decimal): -8106574 or 11685252. OLE color: 11685252.

HSL color Cylindrical-coordinate representation of color #844DB2: hue angle of 272.67º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #844DB2 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13277178-
CMYK0.260.5700.30
HSL272.67º39.61%50%-
HSV(B)272.67º56.74%69.8%-
XYZ20.2113.4343.65-
YUV104.96169.22147.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 77 (30.47% from 255) = 19.90%
BLUE value IS 178 (69.92% from 255) = 45.99%
R=34.11%
G=19.90%
B=45.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132771780.260.5700.30272.6739.6150
Hex844DB21A3901E1112832
Octal20411526232710364215062
Binary1000010010011011011001011010111001011110100010001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844DB2; }

 p { color: rgb(132,77,178); }

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

<style>
 a { background-color: #844DB2; }

 a { background-color: rgb(132,77,178); }

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

<style>
 span { border-color: #844DB2; }

 span { border-color: rgb(132,77,178); }

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