#8063DA

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

Shades of Medium Slate Blue #8063DA

Tints of Medium Slate Blue #8063DA

Color information

#8063DA (or 0x8063DA) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 63 and DA. RGB value is (128,99,218). Sum of RGB (Red+Green+Blue) = 128+99+218=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #8063DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063DA is #7F9C25. Grayscale: #787878. Windows color (decimal): -8363046 or 14312320. OLE color: 14312320.

HSL color Cylindrical-coordinate representation of color #8063DA: hue angle of 254.62º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8063DA is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12899218-
CMYK0.410.5500.15
HSL254.62º61.66%62.16%-
HSV(B)254.62º54.59%85.49%-
XYZ26.0218.5768.54-
YUV121.24182.61132.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.76%
GREEN value IS 99 (39.06% from 255) = 22.25%
BLUE value IS 218 (85.55% from 255) = 48.99%
R=28.76%
G=22.25%
B=48.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal128992180.410.5500.15254.6261.6662.16
Hex8063DA29370Fff3e3e
Octal20014333251670173777676
Binary100000001100011110110101010011101110111111111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8063DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8063DA; }

 p { color: rgb(128,99,218); }

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

<style>
 a { background-color: #8063DA; }

 a { background-color: rgb(128,99,218); }

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

<style>
 span { border-color: #8063DA; }

 span { border-color: rgb(128,99,218); }

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