#844bea

Color #844BEA Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #844BEA

Tints of Medium Slate Blue #844BEA

Color information

#844BEA (or 0x844BEA) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 4B and EA. RGB value is (132,75,234). Sum of RGB (Red+Green+Blue) = 132+75+234=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #844BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844BEA is #7BB415. Grayscale: #6D6D6D. Windows color (decimal): -8107030 or 15354756. OLE color: 15354756.

HSL color Cylindrical-coordinate representation of color #844BEA: hue angle of 261.51º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #844BEA is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13275234-
CMYK0.440.6800.08
HSL261.51º79.1%60.59%-
HSV(B)261.51º67.95%91.76%-
XYZ26.8815.8879.49-
YUV110.17197.88143.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.93%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 234 (91.80% from 255) = 53.06%
R=29.93%
G=17.01%
B=53.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132752340.440.6800.08261.5179.160.59
Hex844BEA2C44081064f3d
Octal2041133525410401040611775
Binary100001001001011111010101011001000100010001000001101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844bea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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