Html Css Color HEX #836CE0 Medium Slate Blue

📋 copy color: '#836CE0'

red 131 ◦ green 108 ◦ blue 224

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

Shades of Medium Slate Blue #836CE0

Tints of Medium Slate Blue #836CE0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.33%

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

R = 28.29%
G = 23.33%
B = 48.38%

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

#836CE0 (or 0x836CE0) is known color: Medium Slate Blue. HEX triplet: 83, 6C and E0. RGB value is (131,108,224). Sum of RGB (Red+Green+Blue) = 131+108+224=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #836CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CE0 is #7C931F. Grayscale: #7F7F7F. Windows color (decimal): -8164128 or 14707843. OLE color: 14707843.

HSL color Cylindrical-coordinate representation of color #836CE0: hue angle of 251.9º 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 #836CE0 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 108 224 -
CMYK 0.42 0.52 0 0.12
HSL 251.9º 0.65% 0.65% -
HSV(B) 251.9º 0.52% 0.88% -
XYZ 28.18 20.93 73.08 -
YUV 128.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 131 108 224 0.42 0.52 0 0.12 251.9 0.65 0.65
Hex 83 6C E0 2A 34 0 C FC 41 41
Octal 203 154 340 52 64 0 14 374 101 101
Binary 10000011 1101100 11100000 101010 110100 0 1100 11111100 1000001 1000001

Color Harmonies of #836CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CE0

Black with #836CE0

Text Example


Text Example

White with #836CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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