#844FDF

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

Shades of Medium Slate Blue #844FDF

Tints of Medium Slate Blue #844FDF

Color information

#844FDF (or 0x844FDF) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 4F and DF. RGB value is (132,79,223). Sum of RGB (Red+Green+Blue) = 132+79+223=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #844FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FDF is #7BB020. Grayscale: #6E6E6E. Windows color (decimal): -8106017 or 14634884. OLE color: 14634884.

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

Color convert

RGB13279223-
CMYK0.410.6500.13
HSL262.08º69.23%59.22%-
HSV(B)262.08º64.57%87.45%-
XYZ25.6315.8371.52-
YUV111.26191.06142.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 79 (31.25% from 255) = 18.20%
BLUE value IS 223 (87.5% from 255) = 51.38%
R=30.41%
G=18.20%
B=51.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132792230.410.6500.13262.0869.2359.22
Hex844FDF29410D106453b
Octal2041173375110101540610573
Binary100001001001111110111111010011000001011011000001101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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