#837DE5

Color #837DE5 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #837DE5

Tints of Medium Slate Blue #837DE5

Color information

#837DE5 (or 0x837DE5) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 7D and E5. RGB value is (131,125,229). Sum of RGB (Red+Green+Blue) = 131+125+229=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #837DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DE5 is #7C821A. Grayscale: #8A8A8A. Windows color (decimal): -8159771 or 15039875. OLE color: 15039875.

HSL color Cylindrical-coordinate representation of color #837DE5: hue angle of 243.46º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #837DE5 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB131125229-
CMYK0.430.4500.10
HSL243.46º66.67%69.41%-
HSV(B)243.46º45.41%89.8%-
XYZ30.8425.1577.36-
YUV138.65178.99122.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.01%
GREEN value IS 125 (49.22% from 255) = 25.77%
BLUE value IS 229 (89.84% from 255) = 47.22%
R=27.01%
G=25.77%
B=47.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1311252290.430.4500.10243.4666.6769.41
Hex837DE52B2D0Af34345
Octal2031753455355012363103105
Binary10000011111110111100101101011101101010101111001110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #837DE5;
 }
 .AnyTagClassName
 {
   color: #837DE5;
 }
</style>
background-color css

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

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

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

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

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

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