#805BE1

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

Shades of Medium Slate Blue #805BE1

Tints of Medium Slate Blue #805BE1

Color information

#805BE1 (or 0x805BE1) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 5B and E1. RGB value is (128,91,225). Sum of RGB (Red+Green+Blue) = 128+91+225=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #805BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805BE1 is #7FA41E. Grayscale: #747474. Windows color (decimal): -8365087 or 14769024. OLE color: 14769024.

HSL color Cylindrical-coordinate representation of color #805BE1: hue angle of 256.57º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #805BE1 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12891225-
CMYK0.430.6000.12
HSL256.57º69.07%61.96%-
HSV(B)256.57º59.56%88.24%-
XYZ26.2317.5173.23-
YUV117.34188.76135.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 225 (88.28% from 255) = 50.68%
R=28.83%
G=20.50%
B=50.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128912250.430.6000.12256.5769.0761.96
Hex805BE12B3C0C101453e
Octal200133341537401440110576
Binary10000000101101111100001101011111100011001000000011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805BE1; }

 p { color: rgb(128,91,225); }

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

<style>
 a { background-color: #805BE1; }

 a { background-color: rgb(128,91,225); }

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

<style>
 span { border-color: #805BE1; }

 span { border-color: rgb(128,91,225); }

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