#844FAE

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

Shades of Studio #844FAE

Tints of Studio #844FAE

Color information

#844FAE (or 0x844FAE) is unknown color: approx Studio. HEX triplet: 84, 4F and AE. RGB value is (132,79,174). Sum of RGB (Red+Green+Blue) = 132+79+174=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #844FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844FAE is #7BB051. Grayscale: #696969. Windows color (decimal): -8106066 or 11423620. OLE color: 11423620.

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

Color convert

RGB13279174-
CMYK0.240.5500.32
HSL273.47º37.55%49.61%-
HSV(B)273.47º54.6%68.24%-
XYZ19.9513.5541.61-
YUV105.68166.56146.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 79 (31.25% from 255) = 20.52%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=34.29%
G=20.52%
B=45.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132791740.240.5500.32273.4737.5549.61
Hex844FAE18370201112632
Octal20411725630670404214662
Binary10000100100111110101110110001101110100000100010001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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