Html Css Color HEX #8050ED Medium Slate Blue

📋 copy color: '#8050ED'

red 128 ◦ green 80 ◦ blue 237

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

Shades of Medium Slate Blue #8050ED

Tints of Medium Slate Blue #8050ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.26%

R = 28.76%
G = 17.98%
B = 53.26%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8050ED (or 0x8050ED) is known color: Medium Slate Blue. HEX triplet: 80, 50 and ED. RGB value is (128,80,237). Sum of RGB (Red+Green+Blue) = 128+80+237=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #8050ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8050ED is #7FAF12. Grayscale: #6F6F6F. Windows color (decimal): -8367891 or 15552640. OLE color: 15552640.

HSL color Cylindrical-coordinate representation of color #8050ED: hue angle of 258.34º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8050ED is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 80 237 -
CMYK 0.46 0.66 0 0.07
HSL 258.34º 0.81% 0.62% -
HSV(B) 258.34º 0.66% 0.93% -
XYZ 27.06 16.44 81.87 -
YUV 112.25 198.4 139.23 -
System Red Green Blue C M Y K H S L
Decimal 128 80 237 0.46 0.66 0 0.07 258.34 0.81 0.62
Hex 80 50 ED 2E 42 0 7 102 51 3E
Octal 200 120 355 56 102 0 7 402 121 76
Binary 10000000 1010000 11101101 101110 1000010 0 111 100000010 1010001 111110

Color Harmonies of #8050ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8050ED

Black with #8050ED

Text Example


Text Example

White with #8050ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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