Html Css Color HEX #844EDF Medium Slate Blue

📋 copy color: '#844EDF'

red 132 ◦ green 78 ◦ blue 223

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

Shades of Medium Slate Blue #844EDF

Tints of Medium Slate Blue #844EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.01%

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 30.48%
G = 18.01%
B = 51.5%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#844EDF (or 0x844EDF) is known color: Medium Slate Blue. HEX triplet: 84, 4E and DF. RGB value is (132,78,223). Sum of RGB (Red+Green+Blue) = 132+78+223=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #844EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844EDF is #7BB120. Grayscale: #6E6E6E. Windows color (decimal): -8106273 or 14634628. OLE color: 14634628.

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

Color convert

RGB 132 78 223 -
CMYK 0.41 0.65 0 0.13
HSL 262.34º 0.69% 0.59% -
HSV(B) 262.34º 0.65% 0.87% -
XYZ 25.56 15.68 71.49 -
YUV 110.68 191.39 143.21 -
System Red Green Blue C M Y K H S L
Decimal 132 78 223 0.41 0.65 0 0.13 262.34 0.69 0.59
Hex 84 4E DF 29 41 0 D 106 45 3B
Octal 204 116 337 51 101 0 15 406 105 73
Binary 10000100 1001110 11011111 101001 1000001 0 1101 100000110 1000101 111011

Color Harmonies of #844EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844EDF

Black with #844EDF

Text Example


Text Example

White with #844EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,78,223); }

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

background-color css

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

 a { background-color: rgb(132,78,223); }

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

border-color css

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

 span { border-color: rgb(132,78,223); }

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