#844BAE

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

Shades of Studio #844BAE

Tints of Studio #844BAE

Color information

#844BAE (or 0x844BAE) is unknown color: approx Studio. HEX triplet: 84, 4B and AE. RGB value is (132,75,174). Sum of RGB (Red+Green+Blue) = 132+75+174=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #844BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844BAE is #7BB451. Grayscale: #666666. Windows color (decimal): -8107090 or 11422596. OLE color: 11422596.

HSL color Cylindrical-coordinate representation of color #844BAE: hue angle of 274.55º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #844BAE is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13275174-
CMYK0.240.5700.32
HSL274.55º39.76%48.82%-
HSV(B)274.55º56.9%68.24%-
XYZ19.6712.9941.52-
YUV103.33167.88148.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 75 (29.69% from 255) = 19.69%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=34.65%
G=19.69%
B=45.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132751740.240.5700.32274.5539.7648.82
Hex844BAE18390201132831
Octal20411325630710404235061
Binary10000100100101110101110110001110010100000100010011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,75,174); }

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

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

 a { background-color: rgb(132,75,174); }

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

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

 span { border-color: rgb(132,75,174); }

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