#8049F9

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

Shades of Medium Slate Blue #8049F9

Tints of Medium Slate Blue #8049F9

Color information

#8049F9 (or 0x8049F9) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 49 and F9. RGB value is (128,73,249). Sum of RGB (Red+Green+Blue) = 128+73+249=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #8049F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8049F9 is #7FB606. Grayscale: #6C6C6C. Windows color (decimal): -8369671 or 16337280. OLE color: 16337280.

HSL color Cylindrical-coordinate representation of color #8049F9: hue angle of 258.75º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8049F9 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12873249-
CMYK0.490.7100.02
HSL258.75º93.62%63.14%-
HSV(B)258.75º70.68%97.65%-
XYZ28.3816.1991.25-
YUV109.51206.72141.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.44%
GREEN value IS 73 (28.91% from 255) = 16.22%
BLUE value IS 249 (97.66% from 255) = 55.33%
R=28.44%
G=16.22%
B=55.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal128732490.490.7100.02258.7593.6263.14
Hex8049F93147021035e3f
Octal200111371611070240313677
Binary1000000010010011111100111000110001110101000000111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8049F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8049F9; }

 p { color: rgb(128,73,249); }

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

<style>
 a { background-color: #8049F9; }

 a { background-color: rgb(128,73,249); }

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

<style>
 span { border-color: #8049F9; }

 span { border-color: rgb(128,73,249); }

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