Html Css Color HEX #844FED Medium Slate Blue

📋 copy color: '#844FED'

red 132 ◦ green 79 ◦ blue 237

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

Shades of Medium Slate Blue #844FED

Tints of Medium Slate Blue #844FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.9%

R = 29.46%
G = 17.63%
B = 52.9%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#844FED (or 0x844FED) is known color: Medium Slate Blue. HEX triplet: 84, 4F and ED. RGB value is (132,79,237). Sum of RGB (Red+Green+Blue) = 132+79+237=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #844FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844FED is #7BB012. Grayscale: #707070. Windows color (decimal): -8106003 or 15552388. OLE color: 15552388.

HSL color Cylindrical-coordinate representation of color #844FED: hue angle of 260.13º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844FED is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 79 237 -
CMYK 0.44 0.67 0 0.07
HSL 260.13º 0.81% 0.62% -
HSV(B) 260.13º 0.67% 0.93% -
XYZ 27.6 16.61 81.87 -
YUV 112.86 198.06 141.65 -
System Red Green Blue C M Y K H S L
Decimal 132 79 237 0.44 0.67 0 0.07 260.13 0.81 0.62
Hex 84 4F ED 2C 43 0 7 104 51 3E
Octal 204 117 355 54 103 0 7 404 121 76
Binary 10000100 1001111 11101101 101100 1000011 0 111 100000100 1010001 111110

Color Harmonies of #844FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844FED

Black with #844FED

Text Example


Text Example

White with #844FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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