Html Css Color HEX #834EDE Medium Slate Blue

📋 copy color: '#834EDE'

red 131 ◦ green 78 ◦ blue 222

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

Shades of Medium Slate Blue #834EDE

Tints of Medium Slate Blue #834EDE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.1%

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

R = 30.39%
G = 18.1%
B = 51.51%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#834EDE (or 0x834EDE) is known color: Medium Slate Blue. HEX triplet: 83, 4E and DE. RGB value is (131,78,222). Sum of RGB (Red+Green+Blue) = 131+78+222=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #834EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834EDE is #7CB121. Grayscale: #6D6D6D. Windows color (decimal): -8171810 or 14569091. OLE color: 14569091.

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

Color convert

RGB 131 78 222 -
CMYK 0.41 0.65 0 0.13
HSL 262.08º 0.69% 0.59% -
HSV(B) 262.08º 0.65% 0.87% -
XYZ 25.27 15.55 70.78 -
YUV 110.26 191.06 142.79 -
System Red Green Blue C M Y K H S L
Decimal 131 78 222 0.41 0.65 0 0.13 262.08 0.69 0.59
Hex 83 4E DE 29 41 0 D 106 45 3B
Octal 203 116 336 51 101 0 15 406 105 73
Binary 10000011 1001110 11011110 101001 1000001 0 1101 100000110 1000101 111011

Color Harmonies of #834EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834EDE

Black with #834EDE

Text Example


Text Example

White with #834EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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