#837DEA

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

Shades of Medium Slate Blue #837DEA

Tints of Medium Slate Blue #837DEA

Color information

#837DEA (or 0x837DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 7D and EA. RGB value is (131,125,234). Sum of RGB (Red+Green+Blue) = 131+125+234=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #837DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837DEA is #7C8215. Grayscale: #8A8A8A. Windows color (decimal): -8159766 or 15367555. OLE color: 15367555.

HSL color Cylindrical-coordinate representation of color #837DEA: hue angle of 243.3º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #837DEA is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB131125234-
CMYK0.440.4700.08
HSL243.3º72.19%70.39%-
HSV(B)243.3º46.58%91.76%-
XYZ31.5425.4381.09-
YUV139.22181.49122.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.73%
GREEN value IS 125 (49.22% from 255) = 25.51%
BLUE value IS 234 (91.80% from 255) = 47.76%
R=26.73%
G=25.51%
B=47.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1311252340.440.4700.08243.372.1970.39
Hex837DEA2C2F08f34846
Octal2031753525457010363110106
Binary10000011111110111101010101100101111010001111001110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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