Html Css Color HEX #846DDF Medium Slate Blue

📋 copy color: '#846DDF'

red 132 ◦ green 109 ◦ blue 223

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

Shades of Medium Slate Blue #846DDF

Tints of Medium Slate Blue #846DDF

RGB

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

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

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

R = 28.45%
G = 23.49%
B = 48.06%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#846DDF (or 0x846DDF) is known color: Medium Slate Blue. HEX triplet: 84, 6D and DF. RGB value is (132,109,223). Sum of RGB (Red+Green+Blue) = 132+109+223=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #846DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846DDF is #7B9220. Grayscale: #808080. Windows color (decimal): -8098337 or 14642564. OLE color: 14642564.

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

Color convert

RGB 132 109 223 -
CMYK 0.41 0.51 0 0.13
HSL 252.11º 0.64% 0.65% -
HSV(B) 252.11º 0.51% 0.87% -
XYZ 28.3 21.17 72.41 -
YUV 128.87 181.12 130.23 -
System Red Green Blue C M Y K H S L
Decimal 132 109 223 0.41 0.51 0 0.13 252.11 0.64 0.65
Hex 84 6D DF 29 33 0 D FC 40 41
Octal 204 155 337 51 63 0 15 374 100 101
Binary 10000100 1101101 11011111 101001 110011 0 1101 11111100 1000000 1000001

Color Harmonies of #846DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846DDF

Black with #846DDF

Text Example


Text Example

White with #846DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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