#8D76FA

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

Shades of Light Slate Blue #8D76FA

Tints of Light Slate Blue #8D76FA

Color information

#8D76FA (or 0x8D76FA) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 76 and FA. RGB value is (141,118,250). Sum of RGB (Red+Green+Blue) = 141+118+250=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D76FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D76FA is #728905. Grayscale: #8B8B8B. Windows color (decimal): -7506182 or 16414349. OLE color: 16414349.

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

Color convert

RGB141118250-
CMYK0.440.5300.02
HSL250.45º92.96%72.16%-
HSV(B)250.45º52.8%98.04%-
XYZ34.7225.5293.54-
YUV139.92190.12128.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.70%
GREEN value IS 118 (46.48% from 255) = 23.18%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=27.70%
G=23.18%
B=49.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411182500.440.5300.02250.4592.9672.16
Hex8D76FA2C3502fa5d48
Octal215166372546502372135110
Binary100011011110110111110101011001101010101111101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D76FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,118,250); }

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

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

 a { background-color: rgb(141,118,250); }

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

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

 span { border-color: rgb(141,118,250); }

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