Html Css Color HEX #846BF2 Medium Slate Blue

📋 copy color: '#846BF2'

red 132 ◦ green 107 ◦ blue 242

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

Shades of Medium Slate Blue #846BF2

Tints of Medium Slate Blue #846BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.31%

R = 27.44%
G = 22.25%
B = 50.31%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#846BF2 (or 0x846BF2) is known color: Medium Slate Blue. HEX triplet: 84, 6B and F2. RGB value is (132,107,242). Sum of RGB (Red+Green+Blue) = 132+107+242=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #846BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846BF2 is #7B940D. Grayscale: #818181. Windows color (decimal): -8098830 or 15887236. OLE color: 15887236.

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

Color convert

RGB 132 107 242 -
CMYK 0.45 0.56 0 0.05
HSL 251.11º 0.84% 0.68% -
HSV(B) 251.11º 0.56% 0.95% -
XYZ 30.8 21.83 86.59 -
YUV 129.87 191.28 129.52 -
System Red Green Blue C M Y K H S L
Decimal 132 107 242 0.45 0.56 0 0.05 251.11 0.84 0.68
Hex 84 6B F2 2D 38 0 5 FB 54 44
Octal 204 153 362 55 70 0 5 373 124 104
Binary 10000100 1101011 11110010 101101 111000 0 101 11111011 1010100 1000100

Color Harmonies of #846BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BF2

Black with #846BF2

Text Example


Text Example

White with #846BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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