Html Css Color HEX #844BA0 Studio

📋 copy color: '#844BA0'

red 132 ◦ green 75 ◦ blue 160

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

Shades of Studio #844BA0

Tints of Studio #844BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.6%

R = 35.97%
G = 20.44%
B = 43.6%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#844BA0 (or 0x844BA0) is known color: Studio. HEX triplet: 84, 4B and A0. RGB value is (132,75,160). Sum of RGB (Red+Green+Blue) = 132+75+160=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 160 - color contains mainly: blue. Hex color #844BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844BA0 is #7BB45F. Grayscale: #656565. Windows color (decimal): -8107104 or 10505092. OLE color: 10505092.

HSL color Cylindrical-coordinate representation of color #844BA0: hue angle of 280.24º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #844BA0 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 75 160 -
CMYK 0.17 0.53 0 0.37
HSL 280.24º 0.36% 0.46% -
HSV(B) 280.24º 0.53% 0.63% -
XYZ 18.38 12.48 34.7 -
YUV 101.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 132 75 160 0.17 0.53 0 0.37 280.24 0.36 0.46
Hex 84 4B A0 11 35 0 25 118 24 2E
Octal 204 113 240 21 65 0 45 430 44 56
Binary 10000100 1001011 10100000 10001 110101 0 100101 100011000 100100 101110

Color Harmonies of #844BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844BA0

Black with #844BA0

Text Example


Text Example

White with #844BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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