#8D73FB

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

Shades of Light Slate Blue #8D73FB

Tints of Light Slate Blue #8D73FB

Color information

#8D73FB (or 0x8D73FB) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 73 and FB. RGB value is (141,115,251). Sum of RGB (Red+Green+Blue) = 141+115+251=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D73FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D73FB is #728C04. Grayscale: #898989. Windows color (decimal): -7506949 or 16479117. OLE color: 16479117.

HSL color Cylindrical-coordinate representation of color #8D73FB: hue angle of 251.47º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D73FB is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141115251-
CMYK0.440.5400.02
HSL251.47º94.44%71.76%-
HSV(B)251.47º54.18%98.43%-
XYZ34.5324.8994.25-
YUV138.28191.61129.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.81%
GREEN value IS 115 (45.31% from 255) = 22.68%
BLUE value IS 251 (98.44% from 255) = 49.51%
R=27.81%
G=22.68%
B=49.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411152510.440.5400.02251.4794.4471.76
Hex8D73FB2C3602fb5e48
Octal215163373546602373136110
Binary100011011110011111110111011001101100101111101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D73FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D73FB; }

 p { color: rgb(141,115,251); }

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

<style>
 a { background-color: #8D73FB; }

 a { background-color: rgb(141,115,251); }

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

<style>
 span { border-color: #8D73FB; }

 span { border-color: rgb(141,115,251); }

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