Html Css Color HEX #835EE5 Medium Slate Blue

📋 copy color: '#835EE5'

red 131 ◦ green 94 ◦ blue 229

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

Shades of Medium Slate Blue #835EE5

Tints of Medium Slate Blue #835EE5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.7%

 BLUE value IS 229 (89.84% from 255) = 50.44%

R = 28.85%
G = 20.7%
B = 50.44%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#835EE5 (or 0x835EE5) is known color: Medium Slate Blue. HEX triplet: 83, 5E and E5. RGB value is (131,94,229). Sum of RGB (Red+Green+Blue) = 131+94+229=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #835EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835EE5 is #7CA11A. Grayscale: #777777. Windows color (decimal): -8167707 or 15031939. OLE color: 15031939.

HSL color Cylindrical-coordinate representation of color #835EE5: hue angle of 256.44º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #835EE5 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 131 94 229 -
CMYK 0.43 0.59 0 0.10
HSL 256.44º 0.72% 0.63% -
HSV(B) 256.44º 0.59% 0.9% -
XYZ 27.51 18.49 76.25 -
YUV 120.45 189.26 135.52 -
System Red Green Blue C M Y K H S L
Decimal 131 94 229 0.43 0.59 0 0.10 256.44 0.72 0.63
Hex 83 5E E5 2B 3B 0 A 100 48 3F
Octal 203 136 345 53 73 0 12 400 110 77
Binary 10000011 1011110 11100101 101011 111011 0 1010 100000000 1001000 111111

Color Harmonies of #835EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835EE5

Black with #835EE5

Text Example


Text Example

White with #835EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835EE5; }

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

 H1.HeaderClassName
 {
   color: #835EE5;
 }
 .AnyTagClassName
 {
   color: #835EE5;
 }
</style>

background-color css

<style>
 a { background-color: #835EE5; }

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

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

border-color css

<style>
 span { border-color: #835EE5; }

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

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