#8149FA

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

Shades of Medium Slate Blue #8149FA

Tints of Medium Slate Blue #8149FA

Color information

#8149FA (or 0x8149FA) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 49 and FA. RGB value is (129,73,250). Sum of RGB (Red+Green+Blue) = 129+73+250=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #8149FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8149FA is #7EB605. Grayscale: #6D6D6D. Windows color (decimal): -8304134 or 16402817. OLE color: 16402817.

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

Color convert

RGB12973250-
CMYK0.480.7100.02
HSL258.98º94.65%63.33%-
HSV(B)258.98º70.8%98.04%-
XYZ28.6916.3392.08-
YUV109.92207.05141.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.54%
GREEN value IS 73 (28.91% from 255) = 16.15%
BLUE value IS 250 (98.05% from 255) = 55.31%
R=28.54%
G=16.15%
B=55.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal129732500.480.7100.02258.9894.6563.33
Hex8149FA3047021035f3f
Octal201111372601070240313777
Binary1000000110010011111101011000010001110101000000111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8149FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,73,250); }

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

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

 a { background-color: rgb(129,73,250); }

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

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

 span { border-color: rgb(129,73,250); }

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