#844BF0

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

Shades of Medium Slate Blue #844BF0

Tints of Medium Slate Blue #844BF0

Color information

#844BF0 (or 0x844BF0) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 4B and F0. RGB value is (132,75,240). Sum of RGB (Red+Green+Blue) = 132+75+240=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #844BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844BF0 is #7BB40F. Grayscale: #6E6E6E. Windows color (decimal): -8107024 or 15747972. OLE color: 15747972.

HSL color Cylindrical-coordinate representation of color #844BF0: hue angle of 260.73º 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 #844BF0 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13275240-
CMYK0.450.6900.06
HSL260.73º84.62%61.76%-
HSV(B)260.73º68.75%94.12%-
XYZ27.7616.2384.11-
YUV110.85200.88143.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.53%
GREEN value IS 75 (29.69% from 255) = 16.78%
BLUE value IS 240 (94.14% from 255) = 53.69%
R=29.53%
G=16.78%
B=53.69%

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
Decimal132752400.450.6900.06260.7384.6261.76
Hex844BF02D4506105553e
Octal204113360551050640512576
Binary10000100100101111110000101101100010101101000001011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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