#834EDD

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

Shades of Medium Slate Blue #834EDD

Tints of Medium Slate Blue #834EDD

Color information

#834EDD (or 0x834EDD) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 4E and DD. RGB value is (131,78,221). Sum of RGB (Red+Green+Blue) = 131+78+221=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #834EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834EDD is #7CB122. Grayscale: #6D6D6D. Windows color (decimal): -8171811 or 14503555. OLE color: 14503555.

HSL color Cylindrical-coordinate representation of color #834EDD: hue angle of 262.24º degrees, saturation: 0.68, 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 #834EDD is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13178221-
CMYK0.410.6500.13
HSL262.24º67.77%58.63%-
HSV(B)262.24º64.71%86.67%-
XYZ25.1415.4970.07-
YUV110.15190.56142.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.47%
GREEN value IS 78 (30.86% from 255) = 18.14%
BLUE value IS 221 (86.72% from 255) = 51.40%
R=30.47%
G=18.14%
B=51.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal131782210.410.6500.13262.2467.7758.63
Hex834EDD29410D106443b
Octal2031163355110101540610473
Binary100000111001110110111011010011000001011011000001101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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