#844FE0

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

Shades of Medium Slate Blue #844FE0

Tints of Medium Slate Blue #844FE0

Color information

#844FE0 (or 0x844FE0) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 4F and E0. RGB value is (132,79,224). Sum of RGB (Red+Green+Blue) = 132+79+224=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #844FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FE0 is #7BB01F. Grayscale: #6E6E6E. Windows color (decimal): -8106016 or 14700420. OLE color: 14700420.

HSL color Cylindrical-coordinate representation of color #844FE0: hue angle of 261.93º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #844FE0 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13279224-
CMYK0.410.6500.12
HSL261.93º70.05%59.41%-
HSV(B)261.93º64.73%87.84%-
XYZ25.7715.8872.23-
YUV111.38191.56142.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.34%
GREEN value IS 79 (31.25% from 255) = 18.16%
BLUE value IS 224 (87.89% from 255) = 51.49%
R=30.34%
G=18.16%
B=51.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal132792240.410.6500.12261.9370.0559.41
Hex844FE029410C106463b
Octal2041173405110101440610673
Binary100001001001111111000001010011000001011001000001101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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