Html Css Color HEX #846BDF Medium Slate Blue

📋 copy color: '#846BDF'

red 132 ◦ green 107 ◦ blue 223

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

Shades of Medium Slate Blue #846BDF

Tints of Medium Slate Blue #846BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.16%

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

R = 28.57%
G = 23.16%
B = 48.27%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#846BDF (or 0x846BDF) is known color: Medium Slate Blue. HEX triplet: 84, 6B and DF. RGB value is (132,107,223). Sum of RGB (Red+Green+Blue) = 132+107+223=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #846BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BDF is #7B9420. Grayscale: #7F7F7F. Windows color (decimal): -8098849 or 14642052. OLE color: 14642052.

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

Color convert

RGB 132 107 223 -
CMYK 0.41 0.52 0 0.13
HSL 252.93º 0.64% 0.65% -
HSV(B) 252.93º 0.52% 0.87% -
XYZ 28.09 20.75 72.34 -
YUV 127.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 132 107 223 0.41 0.52 0 0.13 252.93 0.64 0.65
Hex 84 6B DF 29 34 0 D FD 40 41
Octal 204 153 337 51 64 0 15 375 100 101
Binary 10000100 1101011 11011111 101001 110100 0 1101 11111101 1000000 1000001

Color Harmonies of #846BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BDF

Black with #846BDF

Text Example


Text Example

White with #846BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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