#837EEA

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

Shades of Medium Slate Blue #837EEA

Tints of Medium Slate Blue #837EEA

Color information

#837EEA (or 0x837EEA) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 7E and EA. RGB value is (131,126,234). Sum of RGB (Red+Green+Blue) = 131+126+234=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #837EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837EEA is #7C8115. Grayscale: #8B8B8B. Windows color (decimal): -8159510 or 15367811. OLE color: 15367811.

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

Color convert

RGB131126234-
CMYK0.440.4600.08
HSL242.78º72%70.59%-
HSV(B)242.78º46.15%91.76%-
XYZ31.6725.6981.13-
YUV139.81181.16121.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.68%
GREEN value IS 126 (49.61% from 255) = 25.66%
BLUE value IS 234 (91.80% from 255) = 47.66%
R=26.68%
G=25.66%
B=47.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1311262340.440.4600.08242.787270.59
Hex837EEA2C2E08f34847
Octal2031763525456010363110107
Binary10000011111111011101010101100101110010001111001110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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