Html Css Color HEX #837EE7 Medium Slate Blue

📋 copy color: '#837EE7'

red 131 ◦ green 126 ◦ blue 231

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

Shades of Medium Slate Blue #837EE7

Tints of Medium Slate Blue #837EE7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.82%

 BLUE value IS 231 (90.63% from 255) = 47.34%

R = 26.84%
G = 25.82%
B = 47.34%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#837EE7 (or 0x837EE7) is known color: Medium Slate Blue. HEX triplet: 83, 7E and E7. RGB value is (131,126,231). Sum of RGB (Red+Green+Blue) = 131+126+231=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #837EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837EE7 is #7C8118. Grayscale: #8B8B8B. Windows color (decimal): -8159513 or 15171203. OLE color: 15171203.

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

Color convert

RGB 131 126 231 -
CMYK 0.43 0.45 0 0.09
HSL 242.86º 0.69% 0.7% -
HSV(B) 242.86º 0.45% 0.91% -
XYZ 31.24 25.52 78.88 -
YUV 139.47 179.66 121.96 -
System Red Green Blue C M Y K H S L
Decimal 131 126 231 0.43 0.45 0 0.09 242.86 0.69 0.7
Hex 83 7E E7 2B 2D 0 9 F3 45 46
Octal 203 176 347 53 55 0 11 363 105 106
Binary 10000011 1111110 11100111 101011 101101 0 1001 11110011 1000101 1000110

Color Harmonies of #837EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837EE7

Black with #837EE7

Text Example


Text Example

White with #837EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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