Html Css Color HEX #844FE0 Medium Slate Blue

📋 copy color: '#844FE0'

red 132 ◦ green 79 ◦ blue 224

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

Shades of Medium Slate Blue #844FE0

Tints of Medium Slate Blue #844FE0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.16%

 BLUE value IS 224 (87.89% from 255) = 51.49%

R = 30.34%
G = 18.16%
B = 51.49%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#844FE0 (or 0x844FE0) is known color: Medium Slate Blue. HEX triplet: 84, 4F and E0. RGB value is (132,79,224). Sum of RGB (Red+Green+Blue) = 132+79+224=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #844FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FE0 is #7BB01F. Grayscale: #6E6E6E. Windows color (decimal): -8106016 or 14700420. OLE color: 14700420.

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

Color convert

RGB 132 79 224 -
CMYK 0.41 0.65 0 0.12
HSL 261.93º 0.7% 0.59% -
HSV(B) 261.93º 0.65% 0.88% -
XYZ 25.77 15.88 72.23 -
YUV 111.38 191.56 142.71 -
System Red Green Blue C M Y K H S L
Decimal 132 79 224 0.41 0.65 0 0.12 261.93 0.7 0.59
Hex 84 4F E0 29 41 0 C 106 46 3B
Octal 204 117 340 51 101 0 14 406 106 73
Binary 10000100 1001111 11100000 101001 1000001 0 1100 100000110 1000110 111011

Color Harmonies of #844FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844FE0

Black with #844FE0

Text Example


Text Example

White with #844FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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