Html Css Color HEX #836BE4 Medium Slate Blue

📋 copy color: '#836BE4'

red 131 ◦ green 107 ◦ blue 228

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

Shades of Medium Slate Blue #836BE4

Tints of Medium Slate Blue #836BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.93%

R = 28.11%
G = 22.96%
B = 48.93%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#836BE4 (or 0x836BE4) is known color: Medium Slate Blue. HEX triplet: 83, 6B and E4. RGB value is (131,107,228). Sum of RGB (Red+Green+Blue) = 131+107+228=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #836BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BE4 is #7C941B. Grayscale: #7F7F7F. Windows color (decimal): -8164380 or 14969731. OLE color: 14969731.

HSL color Cylindrical-coordinate representation of color #836BE4: hue angle of 251.9º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #836BE4 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 131 107 228 -
CMYK 0.43 0.53 0 0.11
HSL 251.9º 0.69% 0.66% -
HSV(B) 251.9º 0.53% 0.89% -
XYZ 28.62 20.94 75.93 -
YUV 127.97 184.45 130.16 -
System Red Green Blue C M Y K H S L
Decimal 131 107 228 0.43 0.53 0 0.11 251.9 0.69 0.66
Hex 83 6B E4 2B 35 0 B FC 45 42
Octal 203 153 344 53 65 0 13 374 105 102
Binary 10000011 1101011 11100100 101011 110101 0 1011 11111100 1000101 1000010

Color Harmonies of #836BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BE4

Black with #836BE4

Text Example


Text Example

White with #836BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,107,228); }

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

background-color css

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

 a { background-color: rgb(131,107,228); }

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

border-color css

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

 span { border-color: rgb(131,107,228); }

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