Html Css Color HEX #8051DE Medium Slate Blue

📋 copy color: '#8051DE'

red 128 ◦ green 81 ◦ blue 222

#8051DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #8051DE

Tints of Medium Slate Blue #8051DE

RGB

 RED value IS 128 (50.39% from 255) = 29.7%

 GREEN value IS 81 (32.03% from 255) = 18.79%

 BLUE value IS 222 (87.11% from 255) = 51.51%

R = 29.7%
G = 18.79%
B = 51.51%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8051DE (or 0x8051DE) is known color: 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

RGB 128 81 222 -
CMYK 0.42 0.64 0 0.13
HSL 260º 0.68% 0.59% -
HSV(B) 260º 0.64% 0.87% -
XYZ 25.03 15.75 70.83 -
YUV 111.13 190.57 140.04 -
System Red Green Blue C M Y K H S L
Decimal 128 81 222 0.42 0.64 0 0.13 260 0.68 0.59
Hex 80 51 DE 2A 40 0 D 104 44 3B
Octal 200 121 336 52 100 0 15 404 104 73
Binary 10000000 1010001 11011110 101010 1000000 0 1101 100000100 1000100 111011

Color Harmonies of #8051DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8051DE

Black with #8051DE

Text Example


Text Example

White with #8051DE

Text Example


Text Example

HTML Codes & Css Web 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>