#844cff

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

Shades of Medium Slate Blue #844CFF

Tints of Medium Slate Blue #844CFF

Color information

#844CFF (or 0x844CFF) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 4C and FF. RGB value is (132,76,255). Sum of RGB (Red+Green+Blue) = 132+76+255=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #844CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844CFF is #7BB300. Grayscale: #707070. Windows color (decimal): -8106753 or 16731268. OLE color: 16731268.

HSL color Cylindrical-coordinate representation of color #844CFF: hue angle of 258.77º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #844CFF is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13276255-
CMYK0.480.7000
HSL258.77º100%64.9%-
HSV(B)258.77º70.2%100%-
XYZ30.1517.2996.36-
YUV113.15208.05141.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.51%
GREEN value IS 76 (30.08% from 255) = 16.41%
BLUE value IS 255 (100% from 255) = 55.08%
R=28.51%
G=16.41%
B=55.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal132762550.480.7000258.7710064.9
Hex844CFF3046001036441
Octal2041143776010600403144101
Binary1000010010011001111111111000010001100010000001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,76,255); }

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

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

 a { background-color: rgb(132,76,255); }

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

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

 span { border-color: rgb(132,76,255); }

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