#8048FA

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

Shades of Medium Slate Blue #8048FA

Tints of Medium Slate Blue #8048FA

Color information

#8048FA (or 0x8048FA) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 48 and FA. RGB value is (128,72,250). Sum of RGB (Red+Green+Blue) = 128+72+250=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #8048FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8048FA is #7FB705. Grayscale: #6C6C6C. Windows color (decimal): -8369926 or 16402560. OLE color: 16402560.

HSL color Cylindrical-coordinate representation of color #8048FA: hue angle of 258.88º degrees, saturation: 0.95, 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 #8048FA is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12872250-
CMYK0.490.7100.02
HSL258.88º94.68%63.14%-
HSV(B)258.88º71.2%98.04%-
XYZ28.4716.1392.05-
YUV109.04207.55141.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.44%
GREEN value IS 72 (28.52% from 255) = 16%
BLUE value IS 250 (98.05% from 255) = 55.56%
R=28.44%
G=16%
B=55.56%

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
Decimal128722500.490.7100.02258.8894.6863.14
Hex8048FA3147021035f3f
Octal200110372611070240313777
Binary1000000010010001111101011000110001110101000000111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8048FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8048FA; }

 p { color: rgb(128,72,250); }

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

<style>
 a { background-color: #8048FA; }

 a { background-color: rgb(128,72,250); }

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

<style>
 span { border-color: #8048FA; }

 span { border-color: rgb(128,72,250); }

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