Html Css Color HEX #835EDE Medium Slate Blue

📋 copy color: '#835EDE'

red 131 ◦ green 94 ◦ blue 222

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

Shades of Medium Slate Blue #835EDE

Tints of Medium Slate Blue #835EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.66%

R = 29.31%
G = 21.03%
B = 49.66%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#835EDE (or 0x835EDE) is known color: Medium Slate Blue. HEX triplet: 83, 5E and DE. RGB value is (131,94,222). Sum of RGB (Red+Green+Blue) = 131+94+222=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #835EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835EDE is #7CA121. Grayscale: #777777. Windows color (decimal): -8167714 or 14573187. OLE color: 14573187.

HSL color Cylindrical-coordinate representation of color #835EDE: hue angle of 257.34º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #835EDE is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 94 222 -
CMYK 0.41 0.58 0 0.13
HSL 257.34º 0.66% 0.62% -
HSV(B) 257.34º 0.58% 0.87% -
XYZ 26.55 18.1 71.2 -
YUV 119.66 185.76 136.09 -
System Red Green Blue C M Y K H S L
Decimal 131 94 222 0.41 0.58 0 0.13 257.34 0.66 0.62
Hex 83 5E DE 29 3A 0 D 101 42 3E
Octal 203 136 336 51 72 0 15 401 102 76
Binary 10000011 1011110 11011110 101001 111010 0 1101 100000001 1000010 111110

Color Harmonies of #835EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835EDE

Black with #835EDE

Text Example


Text Example

White with #835EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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