#8051DE

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

Shades of Medium Slate Blue #8051DE

Tints of Medium Slate Blue #8051DE

Color information

#8051DE (or 0x8051DE) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 51 and DE. RGB value is (128,81,222). Sum of RGB (Red+Green+Blue) = 128+81+222=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #8051DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051DE is #7FAE21. Grayscale: #6E6E6E. Windows color (decimal): -8367650 or 14569856. OLE color: 14569856.

HSL color Cylindrical-coordinate representation of color #8051DE: hue angle of 260º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8051DE is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12881222-
CMYK0.420.6400.13
HSL260º68.12%59.41%-
HSV(B)260º63.51%87.06%-
XYZ25.0315.7570.83-
YUV111.13190.57140.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.70%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 222 (87.11% from 255) = 51.51%
R=29.70%
G=18.79%
B=51.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal128812220.420.6400.1326068.1259.41
Hex8051DE2A400D104443b
Octal2001213365210001540410473
Binary100000001010001110111101010101000000011011000001001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8051DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8051DE; }

 p { color: rgb(128,81,222); }

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

<style>
 a { background-color: #8051DE; }

 a { background-color: rgb(128,81,222); }

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

<style>
 span { border-color: #8051DE; }

 span { border-color: rgb(128,81,222); }

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