Html Css Color HEX #835EDF Medium Slate Blue

📋 copy color: '#835EDF'

red 131 ◦ green 94 ◦ blue 223

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

Shades of Medium Slate Blue #835EDF

Tints of Medium Slate Blue #835EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 29.24%
G = 20.98%
B = 49.78%

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

#835EDF (or 0x835EDF) is known color: Medium Slate Blue. HEX triplet: 83, 5E and DF. RGB value is (131,94,223). Sum of RGB (Red+Green+Blue) = 131+94+223=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #835EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835EDF is #7CA120. Grayscale: #777777. Windows color (decimal): -8167713 or 14638723. OLE color: 14638723.

HSL color Cylindrical-coordinate representation of color #835EDF: hue angle of 257.21º degrees, saturation: 0.67, 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 #835EDF is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 94 223 -
CMYK 0.41 0.58 0 0.13
HSL 257.21º 0.67% 0.62% -
HSV(B) 257.21º 0.58% 0.87% -
XYZ 26.68 18.16 71.91 -
YUV 119.77 186.26 136.01 -
System Red Green Blue C M Y K H S L
Decimal 131 94 223 0.41 0.58 0 0.13 257.21 0.67 0.62
Hex 83 5E DF 29 3A 0 D 101 43 3E
Octal 203 136 337 51 72 0 15 401 103 76
Binary 10000011 1011110 11011111 101001 111010 0 1101 100000001 1000011 111110

Color Harmonies of #835EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835EDF

Black with #835EDF

Text Example


Text Example

White with #835EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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