Html Css Color HEX #834EEC Medium Slate Blue

📋 copy color: '#834EEC'

red 131 ◦ green 78 ◦ blue 236

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

Shades of Medium Slate Blue #834EEC

Tints of Medium Slate Blue #834EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.03%

R = 29.44%
G = 17.53%
B = 53.03%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#834EEC (or 0x834EEC) is known color: Medium Slate Blue. HEX triplet: 83, 4E and EC. RGB value is (131,78,236). Sum of RGB (Red+Green+Blue) = 131+78+236=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #834EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834EEC is #7CB113. Grayscale: #6F6F6F. Windows color (decimal): -8171796 or 15486595. OLE color: 15486595.

HSL color Cylindrical-coordinate representation of color #834EEC: hue angle of 260.13º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #834EEC is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 78 236 -
CMYK 0.44 0.67 0 0.07
HSL 260.13º 0.81% 0.62% -
HSV(B) 260.13º 0.67% 0.93% -
XYZ 27.22 16.33 81.07 -
YUV 111.86 198.06 141.65 -
System Red Green Blue C M Y K H S L
Decimal 131 78 236 0.44 0.67 0 0.07 260.13 0.81 0.62
Hex 83 4E EC 2C 43 0 7 104 51 3E
Octal 203 116 354 54 103 0 7 404 121 76
Binary 10000011 1001110 11101100 101100 1000011 0 111 100000100 1010001 111110

Color Harmonies of #834EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834EEC

Black with #834EEC

Text Example


Text Example

White with #834EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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