Html Css Color HEX #836EF1 Medium Slate Blue

📋 copy color: '#836EF1'

red 131 ◦ green 110 ◦ blue 241

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

Shades of Medium Slate Blue #836EF1

Tints of Medium Slate Blue #836EF1

RGB

 RED value IS 131 (51.56% from 255) = 27.18%

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

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

R = 27.18%
G = 22.82%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#836EF1 (or 0x836EF1) is known color: Medium Slate Blue. HEX triplet: 83, 6E and F1. RGB value is (131,110,241). Sum of RGB (Red+Green+Blue) = 131+110+241=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #836EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836EF1 is #7C910E. Grayscale: #828282. Windows color (decimal): -8163599 or 15822467. OLE color: 15822467.

HSL color Cylindrical-coordinate representation of color #836EF1: hue angle of 249.62º 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 #836EF1 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 110 241 -
CMYK 0.46 0.54 0 0.05
HSL 249.62º 0.82% 0.69% -
HSV(B) 249.62º 0.54% 0.95% -
XYZ 30.81 22.33 85.9 -
YUV 131.21 189.96 127.85 -
System Red Green Blue C M Y K H S L
Decimal 131 110 241 0.46 0.54 0 0.05 249.62 0.82 0.69
Hex 83 6E F1 2E 36 0 5 FA 52 45
Octal 203 156 361 56 66 0 5 372 122 105
Binary 10000011 1101110 11110001 101110 110110 0 101 11111010 1010010 1000101

Color Harmonies of #836EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836EF1

Black with #836EF1

Text Example


Text Example

White with #836EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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