#844BAF

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

Shades of Studio #844BAF

Tints of Studio #844BAF

Color information

#844BAF (or 0x844BAF) is unknown color: approx Studio. HEX triplet: 84, 4B and AF. RGB value is (132,75,175). Sum of RGB (Red+Green+Blue) = 132+75+175=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #844BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844BAF is #7BB450. Grayscale: #676767. Windows color (decimal): -8107089 or 11488132. OLE color: 11488132.

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

Color convert

RGB13275175-
CMYK0.250.5700.31
HSL274.2º40%49.02%-
HSV(B)274.2º57.14%68.63%-
XYZ19.7713.0342.03-
YUV103.44168.38148.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.55%
GREEN value IS 75 (29.69% from 255) = 19.63%
BLUE value IS 175 (68.75% from 255) = 45.81%
R=34.55%
G=19.63%
B=45.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132751750.250.5700.31274.24049.02
Hex844BAF193901F1122831
Octal20411325731710374225061
Binary1000010010010111010111111001111001011111100010010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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