Html Css Color HEX #846EF1 Medium Slate Blue

📋 copy color: '#846EF1'

red 132 ◦ green 110 ◦ blue 241

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

Shades of Medium Slate Blue #846EF1

Tints of Medium Slate Blue #846EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.77%

 BLUE value IS 241 (94.53% from 255) = 49.9%

R = 27.33%
G = 22.77%
B = 49.9%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#846EF1 (or 0x846EF1) is known color: Medium Slate Blue. HEX triplet: 84, 6E and F1. RGB value is (132,110,241). Sum of RGB (Red+Green+Blue) = 132+110+241=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #846EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846EF1 is #7B910E. Grayscale: #838383. Windows color (decimal): -8098063 or 15822468. OLE color: 15822468.

HSL color Cylindrical-coordinate representation of color #846EF1: hue angle of 250.08º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #846EF1 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 110 241 -
CMYK 0.45 0.54 0 0.05
HSL 250.08º 0.82% 0.69% -
HSV(B) 250.08º 0.54% 0.95% -
XYZ 30.97 22.41 85.91 -
YUV 131.51 189.79 128.35 -
System Red Green Blue C M Y K H S L
Decimal 132 110 241 0.45 0.54 0 0.05 250.08 0.82 0.69
Hex 84 6E F1 2D 36 0 5 FA 52 45
Octal 204 156 361 55 66 0 5 372 122 105
Binary 10000100 1101110 11110001 101101 110110 0 101 11111010 1010010 1000101

Color Harmonies of #846EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846EF1

Black with #846EF1

Text Example


Text Example

White with #846EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,110,241); }

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

background-color css

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

 a { background-color: rgb(132,110,241); }

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

border-color css

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

 span { border-color: rgb(132,110,241); }

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