#8073DF

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

Shades of Medium Slate Blue #8073DF

Tints of Medium Slate Blue #8073DF

Color information

#8073DF (or 0x8073DF) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 73 and DF. RGB value is (128,115,223). Sum of RGB (Red+Green+Blue) = 128+115+223=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #8073DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073DF is #7F8C20. Grayscale: #828282. Windows color (decimal): -8358945 or 14644096. OLE color: 14644096.

HSL color Cylindrical-coordinate representation of color #8073DF: hue angle of 247.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8073DF is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128115223-
CMYK0.430.4800.13
HSL247.22º62.79%66.27%-
HSV(B)247.22º48.43%87.45%-
XYZ28.3522.1872.6-
YUV131.2179.81125.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 223 (87.5% from 255) = 47.85%
R=27.47%
G=24.68%
B=47.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281152230.430.4800.13247.2262.7966.27
Hex8073DF2B300Df73f42
Octal200163337536001536777102
Binary1000000011100111101111110101111000001101111101111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8073DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8073DF; }

 p { color: rgb(128,115,223); }

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

<style>
 a { background-color: #8073DF; }

 a { background-color: rgb(128,115,223); }

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

<style>
 span { border-color: #8073DF; }

 span { border-color: rgb(128,115,223); }

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