Html Css Color HEX #844BA9 Studio

📋 copy color: '#844BA9'

red 132 ◦ green 75 ◦ blue 169

#844BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #844BA9

Tints of Studio #844BA9

RGB

 RED value IS 132 (51.95% from 255) = 35.11%

 GREEN value IS 75 (29.69% from 255) = 19.95%

 BLUE value IS 169 (66.41% from 255) = 44.95%

R = 35.11%
G = 19.95%
B = 44.95%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#844BA9 (or 0x844BA9) is known color: Studio. HEX triplet: 84, 4B and A9. RGB value is (132,75,169). Sum of RGB (Red+Green+Blue) = 132+75+169=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 169 - color contains mainly: blue. Hex color #844BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844BA9 is #7BB456. Grayscale: #666666. Windows color (decimal): -8107095 or 11094916. OLE color: 11094916.

HSL color Cylindrical-coordinate representation of color #844BA9: hue angle of 276.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #844BA9 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 132 75 169 -
CMYK 0.22 0.56 0 0.34
HSL 276.38º 0.39% 0.48% -
HSV(B) 276.38º 0.56% 0.66% -
XYZ 19.19 12.8 39 -
YUV 102.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 132 75 169 0.22 0.56 0 0.34 276.38 0.39 0.48
Hex 84 4B A9 16 38 0 22 114 27 30
Octal 204 113 251 26 70 0 42 424 47 60
Binary 10000100 1001011 10101001 10110 111000 0 100010 100010100 100111 110000

Color Harmonies of #844BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844BA9

Black with #844BA9

Text Example


Text Example

White with #844BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #844BA9;
 }
 .AnyTagClassName
 {
   color: #844BA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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