#844BA5

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

Shades of Studio #844BA5

Tints of Studio #844BA5

Color information

#844BA5 (or 0x844BA5) is unknown color: approx Studio. HEX triplet: 84, 4B and A5. RGB value is (132,75,165). Sum of RGB (Red+Green+Blue) = 132+75+165=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 165 - color contains mainly: blue. Hex color #844BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844BA5 is #7BB45A. Grayscale: #666666. Windows color (decimal): -8107099 or 10832772. OLE color: 10832772.

HSL color Cylindrical-coordinate representation of color #844BA5: hue angle of 278º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #844BA5 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13275165-
CMYK0.200.5500.35
HSL278º37.5%47.06%-
HSV(B)278º54.55%64.71%-
XYZ18.8212.6537.05-
YUV102.3163.38149.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 75 (29.69% from 255) = 20.16%
BLUE value IS 165 (64.84% from 255) = 44.35%
R=35.48%
G=20.16%
B=44.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132751650.200.5500.3527837.547.06
Hex844BA51437023116252f
Octal20411324524670434264557
Binary10000100100101110100101101001101110100011100010110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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