#834DE4

Color #834DE4 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #834DE4

Tints of Medium Slate Blue #834DE4

Color information

#834DE4 (or 0x834DE4) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 4D and E4. RGB value is (131,77,228). Sum of RGB (Red+Green+Blue) = 131+77+228=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #834DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DE4 is #7CB21B. Grayscale: #6D6D6D. Windows color (decimal): -8172060 or 14962051. OLE color: 14962051.

HSL color Cylindrical-coordinate representation of color #834DE4: hue angle of 261.46º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #834DE4 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13177228-
CMYK0.430.6600.11
HSL261.46º73.66%59.8%-
HSV(B)261.46º66.23%89.41%-
XYZ26.0215.7375.06-
YUV110.36194.39142.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.05%
GREEN value IS 77 (30.47% from 255) = 17.66%
BLUE value IS 228 (89.45% from 255) = 52.29%
R=30.05%
G=17.66%
B=52.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal131772280.430.6600.11261.4673.6659.8
Hex834DE42B420B1054a3c
Octal2031153445310201340511274
Binary100000111001101111001001010111000010010111000001011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #834DE4;
 }
 .AnyTagClassName
 {
   color: #834DE4;
 }
</style>
background-color css

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

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

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

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

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

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