Html Css Color HEX #836BE0 Medium Slate Blue

📋 copy color: '#836BE0'

red 131 ◦ green 107 ◦ blue 224

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

Shades of Medium Slate Blue #836BE0

Tints of Medium Slate Blue #836BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.48%

R = 28.35%
G = 23.16%
B = 48.48%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#836BE0 (or 0x836BE0) is known color: Medium Slate Blue. HEX triplet: 83, 6B and E0. RGB value is (131,107,224). Sum of RGB (Red+Green+Blue) = 131+107+224=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #836BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BE0 is #7C941F. Grayscale: #7F7F7F. Windows color (decimal): -8164384 or 14707587. OLE color: 14707587.

HSL color Cylindrical-coordinate representation of color #836BE0: hue angle of 252.31º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #836BE0 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 107 224 -
CMYK 0.42 0.52 0 0.12
HSL 252.31º 0.65% 0.65% -
HSV(B) 252.31º 0.52% 0.88% -
XYZ 28.07 20.72 73.04 -
YUV 127.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 131 107 224 0.42 0.52 0 0.12 252.31 0.65 0.65
Hex 83 6B E0 2A 34 0 C FC 41 41
Octal 203 153 340 52 64 0 14 374 101 101
Binary 10000011 1101011 11100000 101010 110100 0 1100 11111100 1000001 1000001

Color Harmonies of #836BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BE0

Black with #836BE0

Text Example


Text Example

White with #836BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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