Html Css Color HEX #846DEC Medium Slate Blue

📋 copy color: '#846DEC'

red 132 ◦ green 109 ◦ blue 236

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

Shades of Medium Slate Blue #846DEC

Tints of Medium Slate Blue #846DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.85%

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 27.67%
G = 22.85%
B = 49.48%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#846DEC (or 0x846DEC) is known color: Medium Slate Blue. HEX triplet: 84, 6D and EC. RGB value is (132,109,236). Sum of RGB (Red+Green+Blue) = 132+109+236=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #846DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846DEC is #7B9213. Grayscale: #818181. Windows color (decimal): -8098324 or 15494532. OLE color: 15494532.

HSL color Cylindrical-coordinate representation of color #846DEC: hue angle of 250.87º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #846DEC is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 109 236 -
CMYK 0.44 0.54 0 0.07
HSL 250.87º 0.77% 0.68% -
HSV(B) 250.87º 0.54% 0.93% -
XYZ 30.12 21.9 82 -
YUV 130.36 187.62 129.17 -
System Red Green Blue C M Y K H S L
Decimal 132 109 236 0.44 0.54 0 0.07 250.87 0.77 0.68
Hex 84 6D EC 2C 36 0 7 FB 4D 44
Octal 204 155 354 54 66 0 7 373 115 104
Binary 10000100 1101101 11101100 101100 110110 0 111 11111011 1001101 1000100

Color Harmonies of #846DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846DEC

Black with #846DEC

Text Example


Text Example

White with #846DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846DEC; }

 p { color: rgb(132,109,236); }

 H1.HeaderClassName
 {
   color: #846DEC;
 }
 .AnyTagClassName
 {
   color: #846DEC;
 }
</style>

background-color css

<style>
 a { background-color: #846DEC; }

 a { background-color: rgb(132,109,236); }

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

border-color css

<style>
 span { border-color: #846DEC; }

 span { border-color: rgb(132,109,236); }

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