#844EAF

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

Shades of Studio #844EAF

Tints of Studio #844EAF

Color information

#844EAF (or 0x844EAF) is unknown color: approx Studio. HEX triplet: 84, 4E and AF. RGB value is (132,78,175). Sum of RGB (Red+Green+Blue) = 132+78+175=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #844EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844EAF is #7BB150. Grayscale: #686868. Windows color (decimal): -8106321 or 11488900. OLE color: 11488900.

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

Color convert

RGB13278175-
CMYK0.250.5500.31
HSL273.4º38.34%49.61%-
HSV(B)273.4º55.43%68.63%-
XYZ19.9813.4542.1-
YUV105.2167.39147.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 78 (30.86% from 255) = 20.26%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=34.29%
G=20.26%
B=45.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132781750.250.5500.31273.438.3449.61
Hex844EAF193701F1112632
Octal20411625731670374214662
Binary1000010010011101010111111001110111011111100010001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,78,175); }

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

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

 a { background-color: rgb(132,78,175); }

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

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

 span { border-color: rgb(132,78,175); }

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