#844FF4

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

Shades of Medium Slate Blue #844FF4

Tints of Medium Slate Blue #844FF4

Color information

#844FF4 (or 0x844FF4) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 4F and F4. RGB value is (132,79,244). Sum of RGB (Red+Green+Blue) = 132+79+244=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #844FF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844FF4 is #7BB00B. Grayscale: #717171. Windows color (decimal): -8105996 or 16011140. OLE color: 16011140.

HSL color Cylindrical-coordinate representation of color #844FF4: hue angle of 259.27º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #844FF4 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13279244-
CMYK0.460.6800.04
HSL259.27º88.24%63.33%-
HSV(B)259.27º67.62%95.69%-
XYZ28.6417.0387.37-
YUV113.66201.56141.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.01%
GREEN value IS 79 (31.25% from 255) = 17.36%
BLUE value IS 244 (95.70% from 255) = 53.63%
R=29.01%
G=17.36%
B=53.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal132792440.460.6800.04259.2788.2463.33
Hex844FF42E4404103583f
Octal204117364561040440313077
Binary10000100100111111110100101110100010001001000000111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,79,244); }

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

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

 a { background-color: rgb(132,79,244); }

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

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

 span { border-color: rgb(132,79,244); }

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