#8D68F6

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

Shades of Light Slate Blue #8D68F6

Tints of Light Slate Blue #8D68F6

Color information

#8D68F6 (or 0x8D68F6) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 68 and F6. RGB value is (141,104,246). Sum of RGB (Red+Green+Blue) = 141+104+246=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #8D68F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D68F6 is #729709. Grayscale: #828282. Windows color (decimal): -7509770 or 16148621. OLE color: 16148621.

HSL color Cylindrical-coordinate representation of color #8D68F6: hue angle of 255.63º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D68F6 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB141104246-
CMYK0.430.5800.04
HSL255.63º88.75%68.63%-
HSV(B)255.63º57.72%96.47%-
XYZ32.5722.2289.76-
YUV131.25192.76134.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 104 (41.02% from 255) = 21.18%
BLUE value IS 246 (96.48% from 255) = 50.10%
R=28.72%
G=21.18%
B=50.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1411042460.430.5800.04255.6388.7568.63
Hex8D68F62B3A041005945
Octal215150366537204400131105
Binary10001101110100011110110101011111010010010000000010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D68F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,104,246); }

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

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

 a { background-color: rgb(141,104,246); }

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

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

 span { border-color: rgb(141,104,246); }

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