#837AE1

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

Shades of Medium Slate Blue #837AE1

Tints of Medium Slate Blue #837AE1

Color information

#837AE1 (or 0x837AE1) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 7A and E1. RGB value is (131,122,225). Sum of RGB (Red+Green+Blue) = 131+122+225=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #837AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837AE1 is #7C851E. Grayscale: #888888. Windows color (decimal): -8160543 or 14776963. OLE color: 14776963.

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

Color convert

RGB131122225-
CMYK0.420.4600.12
HSL245.24º63.19%68.04%-
HSV(B)245.24º45.78%88.24%-
XYZ29.9124.1874.33-
YUV136.43177.98124.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.41%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 225 (88.28% from 255) = 47.07%
R=27.41%
G=25.52%
B=47.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1311222250.420.4600.12245.2463.1968.04
Hex837AE12A2E0Cf53f44
Octal203172341525601436577104
Binary1000001111110101110000110101010111001100111101011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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