#834FE1

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

Shades of Medium Slate Blue #834FE1

Tints of Medium Slate Blue #834FE1

Color information

#834FE1 (or 0x834FE1) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 4F and E1. RGB value is (131,79,225). Sum of RGB (Red+Green+Blue) = 131+79+225=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #834FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FE1 is #7CB01E. Grayscale: #6E6E6E. Windows color (decimal): -8171551 or 14765955. OLE color: 14765955.

HSL color Cylindrical-coordinate representation of color #834FE1: hue angle of 261.37º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #834FE1 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13179225-
CMYK0.420.6500.12
HSL261.37º70.87%59.61%-
HSV(B)261.37º64.89%88.24%-
XYZ25.7515.8572.94-
YUV111.19192.23142.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.11%
GREEN value IS 79 (31.25% from 255) = 18.16%
BLUE value IS 225 (88.28% from 255) = 51.72%
R=30.11%
G=18.16%
B=51.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal131792250.420.6500.12261.3770.8759.61
Hex834FE12A410C105473c
Octal2031173415210101440510774
Binary100000111001111111000011010101000001011001000001011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,79,225); }

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

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

 a { background-color: rgb(131,79,225); }

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

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

 span { border-color: rgb(131,79,225); }

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