Html Css Color HEX #837DE1 Medium Slate Blue

📋 copy color: '#837DE1'

red 131 ◦ green 125 ◦ blue 225

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

Shades of Medium Slate Blue #837DE1

Tints of Medium Slate Blue #837DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.99%

 BLUE value IS 225 (88.28% from 255) = 46.78%

R = 27.23%
G = 25.99%
B = 46.78%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#837DE1 (or 0x837DE1) is known color: Medium Slate Blue. HEX triplet: 83, 7D and E1. RGB value is (131,125,225). Sum of RGB (Red+Green+Blue) = 131+125+225=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #837DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DE1 is #7C821E. Grayscale: #898989. Windows color (decimal): -8159775 or 14777731. OLE color: 14777731.

HSL color Cylindrical-coordinate representation of color #837DE1: hue angle of 243.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #837DE1 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 125 225 -
CMYK 0.42 0.44 0 0.12
HSL 243.6º 0.63% 0.69% -
HSV(B) 243.6º 0.44% 0.88% -
XYZ 30.28 24.93 74.45 -
YUV 138.19 176.99 122.87 -
System Red Green Blue C M Y K H S L
Decimal 131 125 225 0.42 0.44 0 0.12 243.6 0.63 0.69
Hex 83 7D E1 2A 2C 0 C F4 3E 45
Octal 203 175 341 52 54 0 14 364 76 105
Binary 10000011 1111101 11100001 101010 101100 0 1100 11110100 111110 1000101

Color Harmonies of #837DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DE1

Black with #837DE1

Text Example


Text Example

White with #837DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837DE1; }

 p { color: rgb(131,125,225); }

 H1.HeaderClassName
 {
   color: #837DE1;
 }
 .AnyTagClassName
 {
   color: #837DE1;
 }
</style>

background-color css

<style>
 a { background-color: #837DE1; }

 a { background-color: rgb(131,125,225); }

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

border-color css

<style>
 span { border-color: #837DE1; }

 span { border-color: rgb(131,125,225); }

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