#8063EA

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

Shades of Medium Slate Blue #8063EA

Tints of Medium Slate Blue #8063EA

Color information

#8063EA (or 0x8063EA) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 63 and EA. RGB value is (128,99,234). Sum of RGB (Red+Green+Blue) = 128+99+234=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #8063EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8063EA is #7F9C15. Grayscale: #7A7A7A. Windows color (decimal): -8363030 or 15360896. OLE color: 15360896.

HSL color Cylindrical-coordinate representation of color #8063EA: hue angle of 252.89º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8063EA is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12899234-
CMYK0.450.5800.08
HSL252.89º76.27%65.29%-
HSV(B)252.89º57.69%91.76%-
XYZ28.2219.4580.11-
YUV123.06190.61131.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 99 (39.06% from 255) = 21.48%
BLUE value IS 234 (91.80% from 255) = 50.76%
R=27.77%
G=21.48%
B=50.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal128992340.450.5800.08252.8976.2765.29
Hex8063EA2D3A08fd4c41
Octal2001433525572010375114101
Binary10000000110001111101010101101111010010001111110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8063EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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