Html Css Color HEX #8050DE Medium Slate Blue

📋 copy color: '#8050DE'

red 128 ◦ green 80 ◦ blue 222

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

Shades of Medium Slate Blue #8050DE

Tints of Medium Slate Blue #8050DE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.6%

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

R = 29.77%
G = 18.6%
B = 51.63%

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

#8050DE (or 0x8050DE) is known color: Medium Slate Blue. HEX triplet: 80, 50 and DE. RGB value is (128,80,222). Sum of RGB (Red+Green+Blue) = 128+80+222=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #8050DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8050DE is #7FAF21. Grayscale: #6E6E6E. Windows color (decimal): -8367906 or 14569600. OLE color: 14569600.

HSL color Cylindrical-coordinate representation of color #8050DE: hue angle of 260.28º 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 #8050DE is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 80 222 -
CMYK 0.42 0.64 0 0.13
HSL 260.28º 0.68% 0.59% -
HSV(B) 260.28º 0.64% 0.87% -
XYZ 24.96 15.6 70.8 -
YUV 110.54 190.9 140.45 -
System Red Green Blue C M Y K H S L
Decimal 128 80 222 0.42 0.64 0 0.13 260.28 0.68 0.59
Hex 80 50 DE 2A 40 0 D 104 44 3B
Octal 200 120 336 52 100 0 15 404 104 73
Binary 10000000 1010000 11011110 101010 1000000 0 1101 100000100 1000100 111011

Color Harmonies of #8050DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8050DE

Black with #8050DE

Text Example


Text Example

White with #8050DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8050DE;
 }
 .AnyTagClassName
 {
   color: #8050DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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