#834EED

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

Shades of Medium Slate Blue #834EED

Tints of Medium Slate Blue #834EED

Color information

#834EED (or 0x834EED) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 4E and ED. RGB value is (131,78,237). Sum of RGB (Red+Green+Blue) = 131+78+237=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #834EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834EED is #7CB112. Grayscale: #6F6F6F. Windows color (decimal): -8171795 or 15552131. OLE color: 15552131.

HSL color Cylindrical-coordinate representation of color #834EED: hue angle of 260º degrees, saturation: 0.82, 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 #834EED is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13178237-
CMYK0.450.6700.07
HSL260º81.54%61.76%-
HSV(B)260º67.09%92.94%-
XYZ27.3716.3981.84-
YUV111.97198.56141.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.37%
GREEN value IS 78 (30.86% from 255) = 17.49%
BLUE value IS 237 (92.97% from 255) = 53.14%
R=29.37%
G=17.49%
B=53.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal131782370.450.6700.0726081.5461.76
Hex834EED2D4307104523e
Octal203116355551030740412276
Binary10000011100111011101101101101100001101111000001001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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