Html Css Color HEX #834DEF Medium Slate Blue

📋 copy color: '#834DEF'

red 131 ◦ green 77 ◦ blue 239

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

Shades of Medium Slate Blue #834DEF

Tints of Medium Slate Blue #834DEF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.23%

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 29.31%
G = 17.23%
B = 53.47%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#834DEF (or 0x834DEF) is known color: Medium Slate Blue. HEX triplet: 83, 4D and EF. RGB value is (131,77,239). Sum of RGB (Red+Green+Blue) = 131+77+239=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #834DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834DEF is #7CB210. Grayscale: #6F6F6F. Windows color (decimal): -8172049 or 15682947. OLE color: 15682947.

HSL color Cylindrical-coordinate representation of color #834DEF: hue angle of 260º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #834DEF is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 77 239 -
CMYK 0.45 0.68 0 0.06
HSL 260º 0.84% 0.62% -
HSV(B) 260º 0.68% 0.94% -
XYZ 27.59 16.37 83.37 -
YUV 111.61 199.89 141.83 -
System Red Green Blue C M Y K H S L
Decimal 131 77 239 0.45 0.68 0 0.06 260 0.84 0.62
Hex 83 4D EF 2D 44 0 6 104 54 3E
Octal 203 115 357 55 104 0 6 404 124 76
Binary 10000011 1001101 11101111 101101 1000100 0 110 100000100 1010100 111110

Color Harmonies of #834DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834DEF

Black with #834DEF

Text Example


Text Example

White with #834DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,77,239); }

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

background-color css

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

 a { background-color: rgb(131,77,239); }

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

border-color css

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

 span { border-color: rgb(131,77,239); }

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