#8D6AFA

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

Shades of Light Slate Blue #8D6AFA

Tints of Light Slate Blue #8D6AFA

Color information

#8D6AFA (or 0x8D6AFA) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 6A and FA. RGB value is (141,106,250). Sum of RGB (Red+Green+Blue) = 141+106+250=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D6AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6AFA is #729505. Grayscale: #848484. Windows color (decimal): -7509254 or 16411277. OLE color: 16411277.

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

Color convert

RGB141106250-
CMYK0.440.5800.02
HSL254.58º93.51%69.8%-
HSV(B)254.58º57.6%98.04%-
XYZ33.3922.8793.1-
YUV132.88194.1133.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.37%
GREEN value IS 106 (41.80% from 255) = 21.33%
BLUE value IS 250 (98.05% from 255) = 50.30%
R=28.37%
G=21.33%
B=50.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411062500.440.5800.02254.5893.5169.8
Hex8D6AFA2C3A02ff5e46
Octal215152372547202377136106
Binary100011011101010111110101011001110100101111111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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