#844AF0

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

Shades of Medium Slate Blue #844AF0

Tints of Medium Slate Blue #844AF0

Color information

#844AF0 (or 0x844AF0) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 4A and F0. RGB value is (132,74,240). Sum of RGB (Red+Green+Blue) = 132+74+240=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #844AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844AF0 is #7BB50F. Grayscale: #6D6D6D. Windows color (decimal): -8107280 or 15747716. OLE color: 15747716.

HSL color Cylindrical-coordinate representation of color #844AF0: hue angle of 260.96º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #844AF0 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13274240-
CMYK0.450.6900.06
HSL260.96º84.69%61.57%-
HSV(B)260.96º69.17%94.12%-
XYZ27.6916.0984.09-
YUV110.27201.22143.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.60%
GREEN value IS 74 (29.30% from 255) = 16.59%
BLUE value IS 240 (94.14% from 255) = 53.81%
R=29.60%
G=16.59%
B=53.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal132742400.450.6900.06260.9684.6961.57
Hex844AF02D4506105553e
Octal204112360551050640512576
Binary10000100100101011110000101101100010101101000001011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,74,240); }

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

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

 a { background-color: rgb(132,74,240); }

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

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

 span { border-color: rgb(132,74,240); }

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