#8C6FF3

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

Shades of Light Slate Blue #8C6FF3

Tints of Light Slate Blue #8C6FF3

Color information

#8C6FF3 (or 0x8C6FF3) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 6F and F3. RGB value is (140,111,243). Sum of RGB (Red+Green+Blue) = 140+111+243=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #8C6FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6FF3 is #73900C. Grayscale: #868686. Windows color (decimal): -7573517 or 15953804. OLE color: 15953804.

HSL color Cylindrical-coordinate representation of color #8C6FF3: hue angle of 253.18º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C6FF3 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB140111243-
CMYK0.420.5400.05
HSL253.18º84.62%69.41%-
HSV(B)253.18º54.32%95.29%-
XYZ32.6823.4287.59-
YUV134.72189.11131.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 111 (43.75% from 255) = 22.47%
BLUE value IS 243 (95.31% from 255) = 49.19%
R=28.34%
G=22.47%
B=49.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1401112430.420.5400.05253.1884.6269.41
Hex8C6FF32A3605fd5545
Octal214157363526605375125105
Binary1000110011011111111001110101011011001011111110110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,111,243); }

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

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

 a { background-color: rgb(140,111,243); }

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

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

 span { border-color: rgb(140,111,243); }

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