Html Css Color HEX #844DF4 Medium Slate Blue

📋 copy color: '#844DF4'

red 132 ◦ green 77 ◦ blue 244

#844DF4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #844DF4

Tints of Medium Slate Blue #844DF4

RGB

 RED value IS 132 (51.95% from 255) = 29.14%

 GREEN value IS 77 (30.47% from 255) = 17%

 BLUE value IS 244 (95.7% from 255) = 53.86%

R = 29.14%
G = 17%
B = 53.86%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#844DF4 (or 0x844DF4) is known color: Medium Slate Blue. HEX triplet: 84, 4D and F4. RGB value is (132,77,244). Sum of RGB (Red+Green+Blue) = 132+77+244=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 244 (95.70% from 255 or 53.86% from 453); Max value from RGB is 244 - color contains mainly: blue. Hex color #844DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844DF4 is #7BB20B. Grayscale: #6F6F6F. Windows color (decimal): -8106508 or 16010628. OLE color: 16010628.

HSL color Cylindrical-coordinate representation of color #844DF4: hue angle of 259.76º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #844DF4 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 77 244 -
CMYK 0.46 0.68 0 0.04
HSL 259.76º 0.88% 0.63% -
HSV(B) 259.76º 0.68% 0.96% -
XYZ 28.5 16.74 87.32 -
YUV 112.48 202.22 141.92 -
System Red Green Blue C M Y K H S L
Decimal 132 77 244 0.46 0.68 0 0.04 259.76 0.88 0.63
Hex 84 4D F4 2E 44 0 4 104 58 3F
Octal 204 115 364 56 104 0 4 404 130 77
Binary 10000100 1001101 11110100 101110 1000100 0 100 100000100 1011000 111111

Color Harmonies of #844DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844DF4

Black with #844DF4

Text Example


Text Example

White with #844DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,77,244); }

 H1.HeaderClassName
 {
   color: #844DF4;
 }
 .AnyTagClassName
 {
   color: #844DF4;
 }
</style>

background-color css

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

 a { background-color: rgb(132,77,244); }

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

border-color css

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

 span { border-color: rgb(132,77,244); }

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